/triangle-from-scratch

My implementation of @Lokathor's "triangle from scratch" tutorial

Primary LanguageRustMIT LicenseMIT

Drawing a triangle with OpenGL from scratch in Rust with no external crates

Based off of this book by @Lokathor, with an extreme amount of documentation and reorganization.