Any game frameworks available?

BlitzMax Forums/BlitzMax Programming/Any game frameworks available?

Chapman7(Posted 2014) [#1]
I have seen people talk about Grey Alien's Framework but I just realized he stop selling it, are there any others? And are there any that are open source?


xlsior(Posted 2014) [#2]
Ignition?

http://www.blitzbasic.com/Community/posts.php?topic=98508


Derron(Posted 2014) [#3]
According to forum search for "framework":

DWLab: http://www.blitzbasic.com/Community/posts.php?topic=95093

more linked at: http://www.blitzmax.com/Community/posts.php?topic=99777#1173395

-> MBM: http://www.matibee.co.uk/wpsite/code/mbm-framework/
-> Retroremakes: http://code.google.com/p/retroremakes-framework/
-> Horizon: https://github.com/JochenHeizmann/Horizon


If you only need some "portions" (helpers and base classes like bitmapfonts with spriteatlases, sprite classes, xml resource loaders) you might want to check out what I extracted from the game I am developing for years now:

Dig: https://github.com/GWRon/Dig

But it is far from completition - as I fix bugs, extend features as I come along them when coding things for my game or fixing eg. GUI bugs there.


Another thing: you could try to translate "Diddy" or other Monkey frameworks to BlitzMax (only the portions you want).

bye
Ron


Chapman7(Posted 2014) [#4]
Awesome, thanks guys!