Go to file
Jay Robson aea3330781 improved readme 2024-01-31 00:17:36 +11:00
assets git lfs files 2024-01-31 00:12:14 +11:00
src made interfaces actually semi functional! :) 2024-01-30 19:39:19 +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 improved readme 2024-01-31 00:17:36 +11:00

README.md

How to build

This is built using CMake. You will also need the required libraries to build.

mkdir build
cd build
cmake ..
make

Required libraries

  • GLEW
  • GLFW
  • OpenGL
  • FreeType
  • AssImp

Credits