No description
Find a file
2022-08-30 15:05:45 +01:00
cmake Imported tool for loading models 2022-04-29 12:30:41 +01:00
data Added some debug tools so I'm ready to start filling in the marching cube table. 2022-08-18 11:51:41 +01:00
deps Added FastNoise2 as a dependency. 2022-08-09 12:28:24 +01:00
src Added a class with the purpose of creating the chunks base terrain. 2022-08-30 15:05:45 +01:00
.gitignore Added FastNoise2 as a dependency. 2022-08-09 12:28:24 +01:00
.gitmodules Added FastNoise2 as a dependency. 2022-08-09 12:28:24 +01:00
CMakeLists.txt Added FastNoise2 as a dependency. 2022-08-09 12:28:24 +01:00
README.md Added subrepo for model development and ReadMe file. 2022-08-08 16:23:13 +01:00

OpenGL Game Project

This is just a little project to get me back into the swing of using C++ and OpenGL. I hope that this project will teach me enough about graphics programming to satisfy my curiosity.

Instructions to build.

You will need on your system:

  • cmake build pipeline And the following build dependancies.
  • SDL2
  • SDL2_image
  • OpenGL (Probaly already on your system)
  • GLEW
  • GLM
  • ASSIMP (version 5.1 or higher)