Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.