
An OpenGL preprocessor for Rust
At the moment I’m working on a game project, written in Rust, using pure OpenGL for the graphics backend. Whilst I’ve become far more confident with OpenGL once I found the amazing RenderDoc, writing plain GLSL code is still annoying. Code is often duplicated, libraries don’t really exist, and sometimes constants need to be known […]