This repo is just a experiment to learn basic computer graphics and train my programing skills with Rust.
Clone the repo, step into and execute de following command to compile and run the example.
cd <repo-path>
mkdir examples
cargo run --bin example
- Load ppm images
- Add transparency
- Add textures
- Optimize rendering
- Adding antialias
- Add suport for png images
- Add parsing file with drawing discussion