Skip to content

HackFight/Demo3D

Repository files navigation

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

About

An OpenGL graphics renderer/game engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages