Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yuanming-hu/flat
- Owner: yuanming-hu
- Created: 2015-05-01T11:16:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T07:38:37.000Z (over 7 years ago)
- Last Synced: 2023-08-12T22:04:47.425Z (over 1 year ago)
- Language: C++
- Size: 17.3 MB
- Stars: 85
- Watchers: 6
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)