Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tdavies/Ember
Flash component based entity system framework for game development
https://github.com/tdavies/Ember
Last synced: about 2 months ago
JSON representation
Flash component based entity system framework for game development
- Host: GitHub
- URL: https://github.com/tdavies/Ember
- Owner: tdavies
- License: mit
- Created: 2010-08-17T14:52:38.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-09-04T10:39:48.000Z (over 9 years ago)
- Last Synced: 2024-08-04T05:04:12.308Z (5 months ago)
- Language: ActionScript
- Homepage: www.tomseysdavies.com
- Size: 5.48 MB
- Stars: 76
- Watchers: 7
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-actionscript-sorted - Ember - Flash component based entity system framework for game development (Video Games / Game Engine)
README
h2. Ember: A component based entity framework for Flash and Flex with DI
Ember is a flexible expandable game development framework. Ember is designed to address the issues with traditional game architecture and encourage reuse and flexibility of component systems. Ember makes use of dependency injection for ease of coding without compromising speed.
Ember enables:
* Component based game architecture
* Automated Injection in game systems
* Freedom to implement the game as you see fit
* Fully modularh3. Code
* "Ember Framework":http://github.com/tdavies/Ember
h3. Other Resources
* "SwiftSuspenders":http://github.com/tschneidereit/SwiftSuspenders
h2. License
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A