Go to file
Jay Robson 38e75534ca added improvements 2024-01-31 00:23:44 +11:00
assets git lfs files 2024-01-31 00:12:14 +11:00
src added improvements 2024-01-31 00:23:44 +11:00
.gitattributes git lfs 2024-01-31 00:09:46 +11:00
.gitignore git lfs 2024-01-31 00:09:46 +11:00
CMakeLists.txt did things 2024-01-28 00:02:54 +11:00
README.md added improvements 2024-01-31 00:23:44 +11:00

README.md

How to build

This is built using CMake. You will also need the required libraries to build. This project currently only works on Linux.

mkdir build
cd build
cmake ..
make

Required libraries

  • GLEW
  • GLFW
  • OpenGL
  • FreeType
  • AssImp

Credits