Skip to content

danegottwald/OpenGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL

This repository is my OpenGL playground to learn and expand my knownledge of computer graphics and rendering. Since this is mostly a learning experience for me, I will share the resources I have found and have mostly been following:

Libraries

I am currently using the following libraries:

  • GLFW : OpenGL Utility Library
  • GLEW : OpenGL Extension Library
  • GLM : OpenGL Math Library
  • STB : Image Loader
  • ImGui : GUI Library

Installation

# Clone repository
git clone https://github.com/danegottwald/OpenGL.git

# Go to project directory
cd OpenGL

# Run cmake
cmake -G "Unix Makefiles" -B build

# Go to build directory
cd build

# Run make
make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published