Go to file
Jay Robson 2d69bb3c78 add texture atlas for gpus without bindless textures 2024-03-22 01:12:48 +11:00
assets add texture atlas for gpus without bindless textures 2024-03-22 01:12:48 +11:00
src add texture atlas for gpus without bindless textures 2024-03-22 01:12:48 +11:00
.gitattributes update .gitattributes 2024-02-29 15:32:32 +11:00
.gitignore update gitignore 2024-02-14 12:48:51 +11:00
.lfsconfig modelling 2024-03-03 12:12:21 +11:00
CMakeLists.txt adding proper turbine syncing 2024-02-16 15:07:33 +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