Skip to content

iCalculated/RandomImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RandomImage

Extremely simple random image generator.

This was an attempt to learn some of Rust's basic features.

An executable can be made by pulling the project and the running

cargo build --release

at which point RandomImage.exe can be located in target\release. Run the program with

RandomImage.exe <width> <height>

with width and height having default values of 1920 and 1080 respectively.

About

Extremely simple random image generator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages