Skip to content

Latest commit

 

History

History
90 lines (85 loc) · 3.18 KB

README.md

File metadata and controls

90 lines (85 loc) · 3.18 KB

OpenGL-Sample

Description

  • This is a repository for OpenGL demo projects I had done.

Contents

  • OpenGLSample A cmake project for learning opengl.

Third Party Libraries

  • GLAD
  • GLFW
  • GLM
  • STB_IMAGE
  • ASSIMP
  • DEAR_IMGUI

All third party libraries are added as git submodule into this project.

Installation Instructions

git clone https://github.com/thezzw/OpenGL-Demo.git --recursive
mkdir build
cd build
cmake ..

Useful Link