Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hayesmaker/AS3-Dices
Actionscript 3.0 Dice rolling animation using Stage3D, Away3D and Jiglib
https://github.com/hayesmaker/AS3-Dices
Last synced: about 2 months ago
JSON representation
Actionscript 3.0 Dice rolling animation using Stage3D, Away3D and Jiglib
- Host: GitHub
- URL: https://github.com/hayesmaker/AS3-Dices
- Owner: hayesmaker
- Created: 2011-10-28T13:11:32.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-30T22:39:31.000Z (almost 13 years ago)
- Last Synced: 2024-06-23T20:41:58.840Z (7 months ago)
- Language: ActionScript
- Homepage: hayesmaker.com
- Size: 2.95 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-actionscript-sorted - AS3-Dices - Actionscript 3.0 Dice rolling animation using Stage3D, Away3D and Jiglib (Video Games / Games)
README
OK Hai!
This is my AS3 Dice animations project.
Goals: Provide a dynamic and fast totally customisable Dice animation for use in games or whatever else you might want to throw dices for.
This project is uses:
Actionscript 3 - The language
Stage3D - Adobe's low level 3D api for offloading heavy maths calculations to the GPU.
Away3D - A nice high level 3d Framework so I don't have to learn the low level shit.
Jiglib - A physics engine ported to AS3.Setup instructions:
Coming.