new entries

This commit is contained in:
Trilarion 2017-12-03 12:10:05 +01:00
parent 48a6b398cc
commit 04532859af
5 changed files with 53 additions and 1 deletions

View File

@ -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)

View File

@ -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)

16
framework/flare_engine.md Normal file
View File

@ -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

17
framework/gemrb.md Normal file
View File

@ -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

16
framework/vegastrike.md Normal file
View File

@ -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