A place to put all I lean of OpenGL but using more of a Cpp format instead of C
- Quick Documentation about this repo (README.md)
- Source directory (src)
- Start of the program (main.cpp)
- Methods I need (OpenGLHelperMethods.cpp)
- Sphere Class (Sphere.cpp)
- Cube Class (Cube.cpp)
- Working on a Wire OBJ Model Loader (ModelLoader.cpp)
- Resources folder (res)
- icon folder
- ...
- models
- a simple wireframe box file (box.obj)
- shaders
- Fragment Shader (shader.frag)
- Vertex Shader (shader.vert)
- textures
- earth (Earth.jpg)
- ...
- icon folder
- Exernal Libraries (exernalLibraries)
- glew (opengl)
- glfw (window manager)
- glm (graphic math lib)
- imgui (make a gui)
- spdlog (logging lib)
- stb (image lib)
- Header files (include)
- ...
- Test sources (test)
- TODO: add tests