Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mach: A C++ Physics Engine

How To Build

Dependencies will be downloaded and linked automatically by CMake on project configuration.
Use Visual Studio 2022 and open the folder as CMake project or you can simply run the following commands:

mkdir output
cd output
cmake ..

How To Run

Build and Run Sandbox target to experiment with the physics engine.

How To Use

Currently the physics engine supports basics rigid body dynamics with a circle shaped and box shaped bodies.
Press B to add a box shaped object and C key to add a circle shaped object where the mouse cursor is. Press Z to Pause/Resume physics simulation. Press the number keys from 1 to 5 to switch to a different scene.

Demonstration

mach_engine_demo.mov

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages