I just finished my useless library for rendering ASCII symbols on a canvas. It's made for learning purpose but I now want to dive deeper into Rust and therefore want to try out some graphics programming.
I found some libraries like Pistong/Graphics. But still I'd like to ask if you guys can recommend any library which is low level enough to do so. I then would read through the code and try to imitate the way the library does it. It's all for learning purpose.
Ha, this is exactly what I'm doing at the moment It's great fun indeed! There's some good info on www.scratchapixel.com to get started, and of course there is this awesome example: tray_rust