Spherical forums

Sphere Development => Sphere General => Topic started by: mezzoEmrys on May 14, 2014, 01:51:09 am

Title: Libraries/frameworks for common game engines?
Post by: mezzoEmrys on May 14, 2014, 01:51:09 am
I was vaguely remembering a few projects back in the day to build some libraries that you could simply use for various aspects of the game engine (battle system, movement engine, etc.), and I was wondering if any of those ever came to fruition? In particular I'm going to have to program a Secret of Mana/Legend of Zelda-esque battle system, and it seems like something that would be common enough that other people would have implemented it a hundred times over. It seems like there would exist a well optimized implementable framework that would be available, but there isn't yet. While I understand the importance of knowing how all your code works, especially the most "basic" systems, it would still be useful to have a well optimized framework to compare against and learn from.
Title: Re: Libraries/frameworks for common game engines?
Post by: DaVince on May 17, 2014, 05:56:09 am
As far as I know, there have been several, but they end up being used solely by the person who made them in the first place. Like Lithonite, RadLib and that FFVI engine.

There's a few of them here (https://drive.google.com/folderview?id=0B-5bW82jK5Z5aGY2VFVBZkFEdjg&usp=sharing&tid=0B-5bW82jK5Z5UGZaS0c1OFJZZDA), and some of the tech demos (https://drive.google.com/folderview?id=0B-5bW82jK5Z5YlRhZmxoaGpQRGc&usp=sharing&tid=0B-5bW82jK5Z5UGZaS0c1OFJZZDA) use a few of engines like those too.