A custom OpenGL wrapper made to help me and others code faster. It uses OOP and modern C++ to have a smooth experience writing OpenGL code for games, simulations, and more!
- Clone the repo:
git clone https://github.com/Naksh-Rathore/opengl-wrapper.git - Change the file paths in the project configs to your own
- Code something and run it!
The makefile can be used with many files without needing to change, but the library paths do need to be changed only once.
If something is not working, can be improved, or something else to help the repo, feel free to drop an issue or PR. This project is licensed under the MIT License. More info in LICENSE. Thanks!