- Christopher Rice
This is the main branch of my OpenGL Evolution projects. The main point of this project is to show off my evolution as a programmer as I learn OpenGl. Each branch will be its own project starting with branch one, a program that renders a simple triangle, with each successive branch showcasing a more advance graphical technique or technical feature.
- https://learnopengl.com/
- Used their website and online textbook to learn OpenGL
- https://www.khronos.org/opengl/wiki/Main_Page
- Used to research all of the different OpenGL functions and objects
- https://www.glfw.org/
- Used for creating windows, registering input, and easy integration with OpenGL
- https://www.youtube.com/watch?v=pSirBt4OgXQ&t=607s&ab_channel=Code%2CTech%2CandTutorials
- A great tutorial for setting up vcpkg manager