Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yuanming-hu/flat

A 2D rigid body physics engine.
https://github.com/yuanming-hu/flat

Last synced: 2 months ago
JSON representation

A 2D rigid body physics engine.

Awesome Lists containing this project

README

        

# This is my old (and obsolete) highschool project. I am now integrating it into [Taichi](https://github.com/yuanming-hu/taichi).

# FLAT
A 2D rigid body physics engine written from scratch in C++.

Demos:

*(Big image files, please be patient if the network condition is poor.)*

Gears:

![image](https://github.com/IteratorAdvance/FLAT/raw/master/Demo/gears.gif)

Slinky:

![image](https://github.com/IteratorAdvance/FLAT/raw/master/Demo/slinky.gif)

Polygon Stacking:

![image](https://github.com/IteratorAdvance/FLAT/raw/master/Demo/stack.gif)

Sliders:

![image](https://github.com/IteratorAdvance/FLAT/raw/master/Demo/sliders.gif)