An open API service indexing awesome lists of open source software.

https://github.com/kopilov/opengl-brick

Demo OpenGL project, displays rotating brick
https://github.com/kopilov/opengl-brick

assimp cmake opengl

Last synced: about 1 month ago
JSON representation

Demo OpenGL project, displays rotating brick

Awesome Lists containing this project

README

          

# opengl-brick

OpenGL demo project, made for fun and skills improvement.
Displays rotating brick by default (model is loaded from file and can be changed).

Includes some code from https://learnopengl.com/

Uses generated [glad](https://glad.dav1d.de/) library, [assimp](https://github.com/assimp/assimp)
and [glm](https://github.com/g-truc/glm) libraries as git submodule
and system library glfw3 (install package like libglfw3-dev to compile).