Here are my sources
- [The book] (https://learnopengl.com/book/book_pdf.pdf)
- [Base project to follow] (https://github.com/JoeyDeVries/LearnOpenGL/tree/master/src/1.getting_started)
- [GL33] (https://docs.rs/gl33/latest/gl33/global_loader/fn.load_global_gl.html?search=mouse)
- [Image] (https://docs.rs/image/latest/image/enum.DynamicImage.html)
- [GLM] (https://docs.rs/nalgebra-glm/latest/nalgebra_glm/index.html)
- [Glutin (maybe don't use)] (https://docs.rs/glutin/latest/glutin/index.html)
- [Winit] (https://docs.rs/winit/latest/winit/application/trait.ApplicationHandler.html)