The goal of this project is to build a professional (looking, at least) app featuring:
- An App/Core project structure
- AppLayers
- Modules for 3D rendering starting with OpenGL
- 3D SoftBody and RigidBody physics with XPBD
- Clone this repo recursively
git clone --recurse-submodules https://github.com/HackFight/Demo3D.git - Go in the folder
cd Demo3D - Generate CMake files
cmake . - Build with CMake
cmake --build .. The first build will take some time. - Run one of the demos
./App/App,./PhysicsTest/PhysicsTestor./Platformer/Platformer