Skip to content

easbarba/Computer-Graphics-Programing-in-Opengl-With-C

 
 

Repository files navigation

Computer Graphics Programming in Opengl with c++

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.


Build & Run

dependencies.

  • OpenGl
  • glfw3
  • glm
  1. clone the repository.
git clone git@github.com:Nobody-1321/Computer-Graphics-Programing-in-Opengl-With-C.git
  1. Move to the directory
cd Computer-Graphics-Programing-in-Opengl-With-C
  1. Use conan C++ to manage the dependencies. "you can learn how to use it here conan tutorial"
conan install . --build=missing 
  1. Build the project.

Linux users

python buildLinux.py

Windows users

python buildWindows.py

warning

If 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.

image1

About

Computer Graphics Programming in OpenGL With C++. Third Edition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 54.6%
  • C 36.6%
  • GLSL 7.9%
  • Other 0.9%