diff --git a/README.md b/README.md index 414d5d20..71e3e9d0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ See also the list of [popular games on Github](https://github.com/leereilly/game ## Contents - [Libraries](library/_toc.md) (7) -- [Frameworks](framework/_toc.md) (14) +- [Frameworks](framework/_toc.md) (17) - [Adventures & Visual Novels](adventure/_toc.md) (3) - [RPGs](rpg/_toc.md) (6) - [Simulation](simulation/_toc.md) (3) diff --git a/framework/_toc.md b/framework/_toc.md index e9b1aa37..8206ab63 100644 --- a/framework/_toc.md +++ b/framework/_toc.md @@ -3,6 +3,8 @@ - [Arianne / Marauroa](arianne.md) - [COCOS2D-X](cocos2dx.md) - [ENIGMA](enigma.md) +- [Flare Engine](flare_engine.md) +- [GemRB](gemrb.md) - [Godot](godot.md) - [Irrlicht Engine](irrlicht.md) - [Lumix Engine](lumix.md) @@ -13,4 +15,5 @@ - [Polycode](polycode.md) - [Quad-engine](quad.md) - [Urho3D](urho3d.md) +- [Vega Strike](vegastrike.md) - [ZGameEditor](zgameeditor.md) diff --git a/framework/flare_engine.md b/framework/flare_engine.md new file mode 100644 index 00000000..75ab4b19 --- /dev/null +++ b/framework/flare_engine.md @@ -0,0 +1,16 @@ +# Flare Engine + +_Flare (Free Libre Action Roleplaying Engine) is a simple game engine built to handle a very specific kind of game: single-player 2D action RPGs._ + +- Home: https://github.com/clintbellanger/flare-engine +- Download: http://www.flarerpg.org/ https://github.com/clintbellanger/flare-engine/releases +- Code: https://github.com/clintbellanger/flare-engine +- Language(s): C++ +- License: GPL-3.0 + +See also [Engine development](http://www.flarerpg.org/create/). + +## Building + +Uses CMake + diff --git a/framework/gemrb.md b/framework/gemrb.md new file mode 100644 index 00000000..300f3a67 --- /dev/null +++ b/framework/gemrb.md @@ -0,0 +1,17 @@ +# GemRB + +_GemRB is a portable open-source implementation of Bioware's Infinity Engine._ + +- Home: http://www.gemrb.org/wiki/doku.php?id=start +- Download: http://www.gemrb.org/wiki/doku.php?id=download +- State: mature +- Type: isometric 2D +- Code: https://github.com/gemrb/gemrb +- Language(s): C++ Python +- License: GPL-2.0 + +Requires original game content. + +## Building + + diff --git a/framework/vegastrike.md b/framework/vegastrike.md new file mode 100644 index 00000000..e78117c6 --- /dev/null +++ b/framework/vegastrike.md @@ -0,0 +1,16 @@ +# Vega Strike + +_Vega Strike is a first-person space trading and combat simulator._ + +- Home: http://vegastrike.sourceforge.net/ +- Wikipedia: https://en.wikipedia.org/wiki/Vega_Strike +- Download: http://vegastrike.sourceforge.net/getfiles/ +- State: mature +- Code: https://sourceforge.net/p/vegastrike/code/HEAD/tree/ (svn) https://github.com/vegastrike (mirror) +- Language(s): C++ +- License: GPL-2.0 + +See also [VegaStrike Developer Tools](https://sourceforge.net/projects/ppueditor/?source=directory) +and [VSMap3D](https://sourceforge.net/projects/vsmap3d/?source=directory). + +## Building