This is a likely very incomplete list of all the sources that helped in making elara-gfx
possible:
glutin
and its developers, especially the example- GLFW + Rust examples by @newvertex
- The Book of Shaders and its associated editor
- Examples from https://open.gl/
- Examples from https://github.com/afaber999/rust_learn_opengl_glow/
- GLSL Sandbox
Speedy2D
and its developers https://github.com/QuantumBadger/Speedy2D- The very helpful tutorial series OpenGL from scratch
- Learn OpenGL Rust which provided a lot of examples of OpenGL wrapping
- Rusty GL which also provided a lot of examples of wrapping raw unsafe OpenGL function calls with safe Rust