Categories
- Air Native Extension
- Animation
- AS3 Game Gears Blog
- Assets
- Augmented Reality
- Authentication
- Backend
- Compression
- Computer Vision
- Cryptography
- Debug
- Decompilers
- Editors
- Engines
- Frameworks
- IA
- IDE
- IM
- Input
- Loaders
- Localization
- Math
- Misc
- Monetization
- Multiplayer
- Obfuscation
- Particles
- Path Finding
- Physics
- Profiling
- Serialization
- Sound
- Stage3D
- State machine
- Testing
- Text
- Tracking
- Tweening
- UI
- Video
- XML
Fortia
Minimal 2D game engine inspired by Flixel and built on Starling. It has asset management via Starling, scene management (with effects like shake and fade) and…
Nexus
GPU accelerated 2D game engine using Stage3D. The rendering process is contained inside a world instance, which is created with a sprite sheet texture map…
Anthill
Tiny framework focused on game development. It has a small set of classes so it’s not a complete tool for creating games, it’s more an…
Red2D
Red2D is a GPU accelerated 2D framework. It was designed to make it easy to use Stage3D capabilities. The framework has a complete set of features supporting cameras, filters,…
Ash
Entity framework for game development. In Ash, the nodes (entities) serve two purposes. First they enable the use of a more efficient data structure in which…
StarlingPunk
Framework built on top the Starling designed to add structure and organization to your 2D games. It’s perfect for rapidly prototyping ideas and promotes code reuse between…
Backstage2D
Backstage2D is a 2D game engine based on Stage3D (MoleHill). Some of the features include frame based animations, spritesheet support and anti-aliasing. Sample /* ======================================================================== = ================================ ===== ==================…
Pixelizer
Entity and component based game framework. Since it is based on entities and components, it’s is very easy to extend and reuse. Features: easy extendable component…
Axel
Axel is an open source, hardware accelerated 2D flash game library. It takes advantage of Stage3D in order to offload all the rendering to the GPU to gain huge performance boosts over…
B3D
3D engine based on Stage3D. Some of its features include an abstraction class for shader creation and parsers for 3D models such as 3DS.
ARE2D
Compact 2D game engine based on GPU or Bitmap animations. It has classes for GPU animation sprites, Y sorting, textfields, collision tests…
Nest3d
Light weight and flexible 3D engine. It is simple to use and has some features as mesh control, light management (e.g. ambient or directional) and…
Minko
Tool that enables the creation of rich and interactive 3D web applications. Relying on the Adobe Flash Platform, Minko delivers high quality and interactive 3D…
Genome2D
Molehill based 2D engine. Sample package examples { import com.flashcore.g2d.components.G2DCamera; import com.flashcore.g2d.core.G2DNode; import com.flashcore.g2d.components.G2DTransform; import com.flashcore.g2d.core.Genome2D; public class Example { protected var _cGenome:Genome2D; protected var…

