Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 553 Bytes

Readme.md

File metadata and controls

5 lines (3 loc) · 553 Bytes

Asteroid Game with OpenGL and C++

Based on learnopengl.com tutorials, using GLFW for multiplatform window and opengl context initialization, glad for OpengGL loading, STB Image for image loading and GLM for 3D mathematics.

CMake is used to create the build and in the .vscode directory there are some configuration files to setup the development enviroment in Visual Studio Code.