https://github.com/statusfailed/tinyrenderer-rust
Doing the tinyrenderer course in Rust
https://github.com/statusfailed/tinyrenderer-rust
Last synced: 12 months ago
JSON representation
Doing the tinyrenderer course in Rust
- Host: GitHub
- URL: https://github.com/statusfailed/tinyrenderer-rust
- Owner: statusfailed
- Created: 2019-02-16T09:53:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T11:55:15.000Z (about 3 years ago)
- Last Synced: 2025-01-31T08:18:55.170Z (about 1 year ago)
- Language: Rust
- Size: 62.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The tinyrenderer course in Rust
The [tinyrenderer](https://github.com/ssloy/tinyrenderer) course (or "How OpenGL Works"),
implemented in the Rust language.
These are my solutions to working through the exercises on the project's wiki.
NOTE: I am learning rust while I write this. The code is reaaaally bad! There
are potential panics everywhere- lots of TODOs to tidy up uses of unwrap(),
etc. Don't judge meeee!