https://github.com/mkotsalainen/Impulse-Engine
  
  
    a physics engine written in Actionscript 3 
    https://github.com/mkotsalainen/Impulse-Engine
  
        Last synced: 6 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 14 years ago)
- Default Branch: master
- Last Pushed: 2011-12-04T22:27:53.000Z (almost 14 years ago)
- Last Synced: 2024-11-15T16:40:52.348Z (12 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.