Computer Graphics Programming in OpenGL with C++. Since there is no official repository with the book's program code, I took it upon myself to create this repository to help the book's readers access the code quickly and easily.
dependencies.
- OpenGl
- glfw3
- glm
- clone the repository.
git clone git@github.com:Nobody-1321/Computer-Graphics-Programing-in-Opengl-With-C.git- Move to the directory
cd Computer-Graphics-Programing-in-Opengl-With-C- Use conan C++ to manage the dependencies. "you can learn how to use it here conan tutorial"
conan install . --build=missing - Build the project.
Linux users
python buildLinux.pyWindows users
python buildWindows.pyIf you are a Windows user, you may need to change the paths to the ressources in the code.
Computer Graphics Programming in OpenGl with C++. This will build the project and compile all the programs located inside the src folder.
You can learn more about computer graphics by reading Computer Graphics Programming in OpenGL with C++. Third Edition by V. Scott Gordon and John Clevenger.
