Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkotsalainen/Impulse-Engine
a physics engine written in Actionscript 3
https://github.com/mkotsalainen/Impulse-Engine
Last synced: 3 months ago
JSON representation
a physics engine written in Actionscript 3
- Host: GitHub
- URL: https://github.com/mkotsalainen/Impulse-Engine
- Owner: mkotsalainen
- Created: 2011-12-04T22:24:17.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-04T22:27:53.000Z (almost 13 years ago)
- Last Synced: 2024-06-23T20:42:59.490Z (5 months ago)
- Language: ActionScript
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
- awesome-actionscript-sorted - Impulse-Engine - a physics engine written in Actionscript 3 (Utilities / Physics)
README
This is an unfinished 2d physics engine built in AS3. I built it mostly out of curiosity. It has implementations of the Gilbert–Johnson–Keerthi distance algorithm (GJK) and Expanding Polytype Agorithm (EPA). These algorithms are useful in collision detection / resolution between convex polygons.