Some crappy code while I try to learn the bare minimum about computer graphics.
Currently supported:
- Simple vector/matrix mathematics
- PNG image imports (in progress).
- Extraction of PNG Sprites
- Drawing strings (using PNG sprites)
Example image:
cargo run --example rotatingpng --release
cargo run --example snake --release
cargo run --example test3d --release
Use arrow keys to control X and Y viewpoint coordinates. And WASD keys to control perspective.
Some helpful links for research: Circle Drawing Filled Circle (Javidx9 github)