Go to file
Jay Robson 19a7802823 updated README 2024-02-14 11:46:59 +11:00
assets fix hitboxes 2024-02-13 15:35:31 +11:00
src saves successfully, doesn't load 2024-02-14 00:38:28 +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 added basic file saving 2024-02-13 22:33:55 +11:00
README.md updated README 2024-02-14 11:46:59 +11:00

README.md

How to build

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

mkdir build
cd build
cmake ..
make

Required libraries

  • GLEW
  • GLFW
  • OpenGL
  • FreeType
  • AssImp
  • JsonCpp

Credits