IGF Framework for Free

Monkey Forums/Monkey Programming/IGF Framework for Free

Rixarn(Posted 2011) [#1]
Hi!

I feel it's time I give back something to the monkey community in the form of a free open source framework! I'm currently building this framework for my own games but, since I have benefited from the generosity of people giving code for free I feel it's fair to give something back... Even if it's something small and humble =)

Anyway, the initial release only contains what I consider to be the most important module of the framework: A State Machine Manager. As soon as I'm pleased with the other modules I'll release them too (currently working in a resource manager module -loading screen and stuff- and a component based management system). Here is the link for it:

http://code.google.com/p/igf/downloads/list

The State Machine manager will allow you to split your game in States (SplashScreen, IntroScreen, GameScreen, etc..) and assign customized transition effects when moving between states (fade in/out effects for example).

This module comes with documentation. Feedback and comments are welcome.


hardcoal(Posted 2011) [#2]
very nice. thats the way...