Go to file
Jay Robson a9cb24c28c steam flow sort of works 2024-02-04 23:22:15 +11:00
assets added some primary coolant loop gui stuff 2024-02-03 18:12:18 +11:00
src steam flow sort of works 2024-02-04 23:22:15 +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 steam flow sort of works 2024-02-04 23:22:15 +11:00
README.md changed readme 2024-01-31 00:25:19 +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

Credits