Go to file
Jay Robson 1264e62337 bug for pressure issues at low volume persists, but i'm doing a
workaround :/
2024-02-13 15:28:39 +11:00
assets fixed valves :D 2024-02-07 16:04:22 +11:00
src bug for pressure issues at low volume persists, but i'm doing a 2024-02-13 15:28:39 +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 alternate (but equally flawed) thermodynamic equalibrium function 2024-02-09 21:31:36 +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