new entries

This commit is contained in:
Trilarion
2017-12-02 14:16:17 +01:00
parent 2260b9a305
commit 0d2116beb5
13 changed files with 165 additions and 5 deletions

View File

@ -1,9 +1,11 @@
# Game frameworks
- [Arianne / Marauroa](arianne.md)
- [COCOS2D-X](cocos2dx.md)
- [Godot](godot.md)
- [LÖVE](loeve.md)
- [Maratis](maratis.md)
- [Octaforge](octaforge.md)
- [Orx](orx.md)
- [Polycode](polycode.md)
- [Urho3D](urho3d.md)

18
framework/arianne.md Normal file
View File

@ -0,0 +1,18 @@
# Arianne / Marauroa
_An open source multiplayer online framework._
- Home: https://arianne-project.org/ https://arianne-project.org/engine/marauroa.html
- Download: https://arianne-project.org/engine/marauroa.html
- State: mature
- Type: multiplayer, 2D
- Code: git://git.code.sf.net/p/arianne/marauroa
- Language(s): Java
- License: GPL-2.0
Framework/engine is the Marauroa subproject.
## Building
Uses Ant

17
framework/octaforge.md Normal file
View File

@ -0,0 +1,17 @@
# Octaforge
_OctaForge is a 3D game engine and a game development platform._
- Home: https://octaforge.org/
- Download: https://octaforge.org/page/downloads
- State: mature
- Code: https://git.octaforge.org/ https://github.com/OctaForge (mirrors)
- Language(s): C++
- License: [University of Illinois/NCSA Open Source License](https://github.com/OctaForge/OF-Engine/blob/master/COPYING.md)
## Building
Uses make
[Build instructions](https://github.com/OctaForge/OF-Engine/blob/master/INSTALL.md)