This is a small 3D graphics engine built in Rust. This is a project for me to learn about 3D Graphics. Start the program up by running:
cargo run --bin viewer
cargo run --bin gradientHere’s how you can explore the 3D world:
- Scroll Wheel: Zoom in and out 🔍
- Left Click + Drag: Move the camera 🖱️
- Right Click + Drag: Rotate your view 🔄
This project is licensed under the MIT License.
