8000 GitHub - acosin/OpenGL-Sample: Opengl sample projects with glad, glfw, glm, stb_image, assimp, imgui.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

acosin/OpenGL-Sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Opengl sample projects with glad, glfw, glm, stb_image, assimp, imgui.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.0%
  • GLSL 16.0%
  • CMake 5.0%
0