From 48a6b398ccc2b511e47a951e6ff8ab707cbdeb06 Mon Sep 17 00:00:00 2001 From: Trilarion Date: Sat, 2 Dec 2017 23:28:37 +0100 Subject: [PATCH] new entries --- README.md | 4 ++-- framework/_toc.md | 5 +++++ framework/enigma.md | 17 +++++++++++++++++ framework/irrlicht.md | 17 +++++++++++++++++ framework/lumix.md | 16 ++++++++++++++++ framework/quad.md | 13 +++++++++++++ framework/zgameeditor.md | 14 ++++++++++++++ rpg/_toc.md | 1 + rpg/egoboo.md | 16 ++++++++++++++++ rpg/vegatrek.md | 13 +++++++++++++ strategy/star_control_2.md | 2 ++ 11 files changed, 116 insertions(+), 2 deletions(-) create mode 100644 framework/enigma.md create mode 100644 framework/irrlicht.md create mode 100644 framework/lumix.md create mode 100644 framework/quad.md create mode 100644 framework/zgameeditor.md create mode 100644 rpg/egoboo.md create mode 100644 rpg/vegatrek.md diff --git a/README.md b/README.md index d83bf8ef..414d5d20 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ See also the list of [popular games on Github](https://github.com/leereilly/game ## Contents - [Libraries](library/_toc.md) (7) -- [Frameworks](framework/_toc.md) (9) +- [Frameworks](framework/_toc.md) (14) - [Adventures & Visual Novels](adventure/_toc.md) (3) -- [RPGs](rpg/_toc.md) (4) +- [RPGs](rpg/_toc.md) (6) - [Simulation](simulation/_toc.md) (3) - [Strategy](strategy/_toc.md) (14) diff --git a/framework/_toc.md b/framework/_toc.md index fa30a8e9..e9b1aa37 100644 --- a/framework/_toc.md +++ b/framework/_toc.md @@ -2,10 +2,15 @@ - [Arianne / Marauroa](arianne.md) - [COCOS2D-X](cocos2dx.md) +- [ENIGMA](enigma.md) - [Godot](godot.md) +- [Irrlicht Engine](irrlicht.md) +- [Lumix Engine](lumix.md) - [LÖVE](loeve.md) - [Maratis](maratis.md) - [Octaforge](octaforge.md) - [Orx](orx.md) - [Polycode](polycode.md) +- [Quad-engine](quad.md) - [Urho3D](urho3d.md) +- [ZGameEditor](zgameeditor.md) diff --git a/framework/enigma.md b/framework/enigma.md new file mode 100644 index 00000000..d0e03558 --- /dev/null +++ b/framework/enigma.md @@ -0,0 +1,17 @@ +# ENIGMA + +_ENIGMA is a free development environment geared towards game development._ + +- Home: https://enigma-dev.org/ +- Wikipedia: https://en.wikipedia.org/wiki/Enigma_Engine +- Download: https://enigma-dev.org/download.htm +- State: mature +- Type: 3D +- Code: https://github.com/enigma-dev/enigma-dev +- Language(s): C++, C +- License: GPL-3.0 + +## Building + +[Build instructions](https://enigma-dev.org/docs/Wiki/Install:Windows) + diff --git a/framework/irrlicht.md b/framework/irrlicht.md new file mode 100644 index 00000000..a2c75a48 --- /dev/null +++ b/framework/irrlicht.md @@ -0,0 +1,17 @@ +# Irrlicht Engine + +_The Irrlicht Engine is an open source high performance realtime 3D engine._ + +- Home: http://irrlicht.sourceforge.net/ +- Wikipedia: https://en.wikipedia.org/wiki/Irrlicht_Engine +- Download: http://irrlicht.sourceforge.net/?page_id=10 +- State: mature +- Type: 3D +- Code: https://sourceforge.net/p/irrlicht/code/HEAD/tree/ (svn) https://github.com/zaki/irrlicht (mirror) +- Language(s): C++, C +- License: zlib + +## Building + +Includes manually created MSVC project files in the source folder. + diff --git a/framework/lumix.md b/framework/lumix.md new file mode 100644 index 00000000..fb6f3f0b --- /dev/null +++ b/framework/lumix.md @@ -0,0 +1,16 @@ +# Lumix Engine + +_3D Game Engine_ + +- Home: https://github.com/nem0/lumixengine +- Download: https://github.com/nem0/LumixEngine/releases +- State: beta +- Type: 3D +- Code: https://github.com/nem0/lumixengine https://github.com/nem0/lumixengine_data (related) +- Language(s): C++ +- License: MIT + +## Building + +Uses GENie as build tool. + diff --git a/framework/quad.md b/framework/quad.md new file mode 100644 index 00000000..6b2f8711 --- /dev/null +++ b/framework/quad.md @@ -0,0 +1,13 @@ +# Quad-engine + +_No description available._ + +- Home: http://quad-engine.com/ +- Download: http://quad-engine.com/downloads.html +- State: beta +- Code: https://bitbucket.org/Darthman/quad/src (hg) +- Language(s): Delphi +- License: MIT + +## Building + diff --git a/framework/zgameeditor.md b/framework/zgameeditor.md new file mode 100644 index 00000000..5c0b08d8 --- /dev/null +++ b/framework/zgameeditor.md @@ -0,0 +1,14 @@ +# ZGameEditor + +_Rapid development solution with a tiny footprint._ + +- Home: http://www.zgameeditor.org/ +- Download: http://www.zgameeditor.org/index.php/Main/Download +- State: mature +- Type: editor +- Code: https://github.com/VilleKrumlinde/zgameeditor +- Language(s): Pascal +- License: MIT + +## Building + diff --git a/rpg/_toc.md b/rpg/_toc.md index 9f82602e..76975dce 100644 --- a/rpg/_toc.md +++ b/rpg/_toc.md @@ -2,5 +2,6 @@ - [Arx Libertatis](arx_libertatis.md) - [BrowserQuest](browserquest.md) +- [Egoboo](egoboo.md) - [FreedroidRPG](freedroid.md) - [Hero of Allacrost](allacrost.md) diff --git a/rpg/egoboo.md b/rpg/egoboo.md new file mode 100644 index 00000000..f9dfbcde --- /dev/null +++ b/rpg/egoboo.md @@ -0,0 +1,16 @@ +# Egoboo + +_A three-dimensional dungeon crawling adventure that borrows a lot of elements from the roguelike genre._ + +- Home: http://egoboo.sourceforge.net/about.html +- Wikipedia: +- Download: http://egoboo.sourceforge.net/download.html +- State: mature, inactive since 2015 +- Code: https://sourceforge.net/p/egoboo/svn/HEAD/tree/ (svn) https://github.com/egoboo/egoboo +- Language(s): C++, C +- License: GPL-3.0 + +## Building + +Uses CMake + diff --git a/rpg/vegatrek.md b/rpg/vegatrek.md new file mode 100644 index 00000000..0422f60f --- /dev/null +++ b/rpg/vegatrek.md @@ -0,0 +1,13 @@ +# VegaTrek + +_Open source Star Trek based game (based on VegaStrike Engine) that lets you fight, trade and explore in the Star Trek universe._ + +- Home: https://sourceforge.net/projects/vegatrek/ +- Download: https://sourceforge.net/projects/vegatrek/files/vegatrek%200.6/ +- State: beta, inactive since 2013 +- Code: https://sourceforge.net/p/vegatrek/code/HEAD/tree/ (svn) +- Language(s): Uses the VegaStrike engine +- License: GPL-2.0 + +## Building + diff --git a/strategy/star_control_2.md b/strategy/star_control_2.md index 173832f7..c132ccb2 100644 --- a/strategy/star_control_2.md +++ b/strategy/star_control_2.md @@ -11,6 +11,8 @@ _The Ur-Quan Masters (or UQM) project[22] aims to port Star Control II to modern - Language(s): C - License: GPL-2.0 +See also [Ur-Quan Masters HD](https://sourceforge.net/projects/urquanmastershd/) + ## Building Uses make