Skip to content

dLakhera/theCherno-OpenGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Compilation instructions

  • Firstly move into the directory /src using cd src
  • Type in the following command in the terminal to compile the source code g++ -std=c++17 -I ./vendor/stb_image/ -I ./vendor/imgui/ ./vendor/imgui/*.cpp ./vendor/stb_image/*.cpp *.cpp -lGLEW -lGLU -lGL -lglfw3 -lX11 -lXxf86vm -lXrandr -lpthread -lXi -ldl -w
  • To run the application, ./a.out

Authored by Deepak Lakhera

About

OpenGL basics - Graphics Programming in C++ for GPU side optimisation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors