Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flashhawk/Simple-Physics-Particle
A sample physics particle system engine for actionscript3.0.
https://github.com/flashhawk/Simple-Physics-Particle
Last synced: 3 months ago
JSON representation
A sample physics particle system engine for actionscript3.0.
- Host: GitHub
- URL: https://github.com/flashhawk/Simple-Physics-Particle
- Owner: flashhawk
- License: other
- Created: 2010-08-25T05:23:58.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-10-20T15:12:50.000Z (about 12 years ago)
- Last Synced: 2024-06-23T19:34:13.524Z (5 months ago)
- Language: ActionScript
- Homepage: http://www.flashquake.cn
- Size: 1.12 MB
- Stars: 12
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
Awesome Lists containing this project
- awesome-actionscript-sorted - Simple-Physics-Particle - A sample physics particle system engine for actionscript3.0. (Multimedia / Particle)
README
Simple Physics Particle
=============
Simple Physics Particle engine is a simple to use AS3 particle system, suitable for beginners, very easy to use. Currently only supports 2D. [http://www.flashquake.cn/opensource/spp/en](http://www.flashquake.cn/opensource/spp/en)Feature
-------
* Code less, simple structure.
* Based on classical Newtonian mechanics.
* Make your own custom forces or particles
* Easy to make interactive programs
* Open source!