Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 737 Bytes

File metadata and controls

16 lines (13 loc) · 737 Bytes

Demo 3D

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
image

Installing & Compiling

  1. Clone this repo recursively git clone --recurse-submodules https://github.com/HackFight/Demo3D.git
  2. Go in the folder cd Demo3D
  3. Generate CMake files cmake .
  4. Build with CMake cmake --build .. The first build will take some time.
  5. Run one of the demos ./App/App, ./PhysicsTest/PhysicsTest or ./Platformer/Platformer