Christoph-Neumann-1 / Open_GL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is just a collection of short programs I created while learning Opengl. I am not planning to continue this project in the near future.

Link to assets: I don't add them to git, because it takes up too much space.

runtime dependencies: assimp5, glfw3 (Available on pretty much any package manager) This program has only been tested to work on Linux systems, specifically Ubuntu and derivatives, as well as Arch You may have to mark the program as executable.

This program uses the following libraries:
Assimp The license should be included with your copy of assimp. It can also be found here
GLFW The license should be included with your copy of glfw. It can also be found here.
glad LICENSE
glm LICENSE
stb_image LICENSE
imgui LICENSE
fastnoiselite LICENSE

The textures for the blocks in the voxel game are from this project which is available under this license

This program is licensed under the MIT License

About

License:MIT License


Languages

Language:C++ 82.7%Language:C 16.9%Language:CMake 0.2%Language:GLSL 0.1%Language:Makefile 0.1%Language:Shell 0.0%Language:Batchfile 0.0%