An open API service indexing awesome lists of open source software.

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

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!