/Ash

An Actionscript 3 entity framework for game development

Primary LanguageActionScriptOtherNOASSERTION

Ash: An entity framework for Actionscript games

Ash is an Actionscript 3 entity framework for game development (by Richard Lord)
I decided to post my modifications and utility classes as i develop with it.

Utilities

EntityBuilder

EntityBuilder is a configurable factory class that helps creating entities. There is a build from object feature where new entity recieves values from original object. I am hoping this will help converting object from other libraries to Ash entities.
- Go to

Source Code