Our great sponsors
-
glow
GL on Whatever: a set of bindings to run GL anywhere and avoid target-specific code (by grovesNL)
If you want to target desktop, mobile and/or web: https://github.com/grovesNL/glow
-
You can supplement this with this repository: https://github.com/rust-tutorials/learn-opengl if you need some help translating LearnOpenGL.com to Rust.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
LearnOpenGL
Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com
In short: I used Lokathors Gl33 library (https://crates.io/crates/gl33) and the https://learnopengl.com/ website for the actual tutorial.