iDeclare: personal code library
Hello everyone, I’m going to use Flash for LD#21 (which is my first LD).
I have an actionscript 3 utilities framework that I’ve been developing for my personal projects, most likely I’m gonna use it for my LD entry too. So I made this post to declare and share it.
I call it CMG, that’s the shortened name of my start-up indie company `Cloud Mill Games`. It provides several game-specific utilities based on a number of excellent open source libraries:
- Flint particles library for particles
- Tweener for animation tweening
- CDK for collision detection
- AS3-State-Machine for state machines
- Other smaller utilities (like Matrix2D, Vector2D, etc)
These libraries are all included within CMG and all -except Tweener- are modified to integrate with it, CMG is actually a little more than just glue code.
Keep the following issues in mind:
- CMG is written to be used with Adobe Flash, so I have no idea if it is useful with Flex based libraries.
- It is still far from being complete, and I’m sure there are a ton of bugs still there. So don’t go around building nuclear reactor software with it, use at your own risk.
Download from here (~500KB)
Good luck to all LD’ers ๐