No description
Find a file
Warwick 517f8b2d6c Deleted unused fast noise and added method of installing newer assimp
Moving away from PCG to try to get this project done. Also fed up with
manually packaging a newer version of Assimp for every machine I want to
build this software on.
2023-03-21 15:23:05 +00:00
cmake Imported tool for loading models 2022-04-29 12:30:41 +01:00
data Added subrepo for model development and ReadMe file. 2022-08-08 16:23:13 +01:00
src Added FastNoise2 as a dependency. 2022-08-09 12:28:24 +01:00
.gitignore Deleted unused fast noise and added method of installing newer assimp 2023-03-21 15:23:05 +00:00
.gitmodules Deleted unused fast noise and added method of installing newer assimp 2023-03-21 15:23:05 +00:00
CMakeLists.txt Deleted unused fast noise and added method of installing newer assimp 2023-03-21 15:23:05 +00: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)