Categories
- Air Native Extension
- AS3 Game Gears Blog
- Assets
- Augmented Reality
- Compression
- Computer Vision
- Cryptography
- Debug
- Engines
- Frameworks
- IDE
- IM
- Input
- Loaders
- Math
- Misc
- Monetization
- Multiplayer
- Obfuscation
- Particles
- Path Finding
- Physics
- Profiling
- Sound
- State machine
- Testing
- Text
- Tracking
- Tweening
- UI
- Uncategorized
- XML
Tag Archives: MIT
LogMeister
LogMeister is a simple logger wrapper which you can use for every loggers. You connect to loggers with a ‘connector’. All 3rth party code of loggers is included in this package, so switching loggers is as easy as adding one line … Continue reading
Navigator As3
Navigator As3 is a library created to take away your pains when it comes to navigating your application between different views or application states. It provides ways to deal with (asynchronous) transitions between states without bugging you with the tedious … Continue reading
Rusher
Rusher is a component based game engine. It was created by the developer of Stardust particle system. Some of its features: Dependency injection with SwiftSuspenders. Component-based. Extensible engine systems. State machine system. Keyboard/Mouse systems. Command system. Built-in camera-layer-based 2D rendering system … Continue reading
Ember
Ember is a flexible expandable game development framework. It 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. … Continue reading
fbox2d
fbox2d is a port for box2d c++ physics lib. One principle of the fbox2d is to make the class names and function interfaces as similar with the c++ version as possible. The main differences between fbox2d and box2d c++ version are: because … Continue reading
