Home

Awesome

Quark Physics

QuarkPhysics is a 2D physics engine designed for games. Its goal is to provide a reasonable approach to simulate rigid bodies, soft bodies, and different physics models together.

Documentation | Examples


Example 01

<details> <summary> Show Examples</summary>

Example 02 Example 02 Example 02 Example 03 Example 02

</details>

Features

Building Examples

You need to install SFML and CMake on your system before.

Download project, enter the main folder, and call this:

    ./build.sh -r

Or you can compile the project directly via gcc if you're on linux by calling this:

    ./run_linux_fast.sh -r

Using

Copy the "QuarkPhysics" named subfolder in the main folder to your project and use it.

Third Party

Roadmap