A really simple CPU graphical library in Rust!
You might not believe it, but this is still under construction! Just a disclaimer.
You can edit the main function in main.rs with your styles, or use some of the example functions in there. Then simply:
$ cargo runTo transform the PPM images to PNGs, go to the outputs folder and run:
$ grep ppm | sed 's/.ppm//' | xargs -Ixx convert xx.ppm xx.png




