new entries
This commit is contained in:
		| @@ -1 +1,9 @@ | ||||
| # Game frameworks | ||||
| # Game frameworks | ||||
|  | ||||
| - [COCOS2D-X](cocos2dx.md) | ||||
| - [Godot](godot.md) | ||||
| - [LÖVE](loeve.md) | ||||
| - [Maratis](maratis.md) | ||||
| - [Orx](orx.md) | ||||
| - [Polycode](polycode.md) | ||||
| - [Urho3D](urho3d.md) | ||||
|   | ||||
							
								
								
									
										16
									
								
								framework/cocos2dx.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								framework/cocos2dx.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| # COCOS2D-X | ||||
|  | ||||
| _Cocos2d-x is an open-source game framework written in C++._ | ||||
|  | ||||
| - Home: http://cocos2d-x.org/cocos2dx | ||||
| - Wikipedia: https://en.wikipedia.org/wiki/Cocos2d | ||||
| - Download: http://cocos2d-x.org/download | ||||
| - State: mature | ||||
| - Code: https://github.com/cocos2d/cocos2d-x | ||||
| - Language(s): C++ | ||||
| - License: MIT | ||||
|  | ||||
| ## Building | ||||
|  | ||||
| Uses CMake | ||||
|  | ||||
							
								
								
									
										17
									
								
								framework/godot.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								framework/godot.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| # Godot | ||||
|  | ||||
| _Godot is an advanced, feature-packed, multi-platform 2D and 3D open source game engine._ | ||||
|  | ||||
| - Home: https://godotengine.org/ | ||||
| - Wikipedia: <https://en.wikipedia.org/wiki/Godot_(game_engine)> | ||||
| - Download: https://godotengine.org/download | ||||
| - State: mature | ||||
| - Code: https://github.com/godotengine/godot | ||||
| - Language(s): C, C++ | ||||
| - License: MIT | ||||
|  | ||||
| ## Building | ||||
|  | ||||
| Very extensive [Build instructions](http://docs.godotengine.org/en/latest/development/compiling/) | ||||
|  | ||||
| Uses Scons | ||||
							
								
								
									
										17
									
								
								framework/loeve.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								framework/loeve.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| # LÖVE | ||||
|  | ||||
| _LÖVE is an  framework you can use to make 2D games in Lua._ | ||||
|  | ||||
| - Home: https://love2d.org/ | ||||
| - Download: see home | ||||
| - State: mature | ||||
| - Code: https://bitbucket.org/rude/love (hg) | ||||
| - Language(s): C++ | ||||
| - License: zlib | ||||
|  | ||||
| ## Building | ||||
|  | ||||
| Uses CMake | ||||
|  | ||||
| [CMake-buildable collection of LÖVE dependencies](https://bitbucket.org/rude/megasource) | ||||
|  | ||||
							
								
								
									
										17
									
								
								framework/maratis.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								framework/maratis.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| # Maratis | ||||
|  | ||||
| _Maratis is a simple cross-platform 3d engine and visual game development tool._ | ||||
|  | ||||
| - Home: http://www.maratis3d.org/ | ||||
| - Download: http://www.maratis3d.org/?page_id=57 | ||||
| - State: experimental (4.x) | ||||
| - Code: https://github.com/anael-seghezzi/Maratis-4 https://code.google.com/archive/p/maratis/source | ||||
| - Language(s): C++ | ||||
| - License: GPL-2.0 | ||||
|  | ||||
| ## Building | ||||
|  | ||||
| Maratis 4 uses CMake | ||||
|  | ||||
| Maratios 3.x uses Scons | ||||
|  | ||||
							
								
								
									
										16
									
								
								framework/orx.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								framework/orx.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| # Orx | ||||
|  | ||||
| _Orx is an open source, portable, lightweight, plugin-based, data-driven and extremely easy to use 2D-oriented game engine._ | ||||
|  | ||||
| - Home: http://orx-project.org/about | ||||
| - Wikipedia: https://en.wikipedia.org/wiki/ORX | ||||
| - Download: https://github.com/orx/orx/releases | ||||
| - State: mature | ||||
| - Code: https://github.com/orx/orx https://bitbucket.org/orx/orx (hg) | ||||
| - Language(s): C | ||||
| - License: zlib | ||||
|  | ||||
| ## Building | ||||
|  | ||||
| Custom build generation script written in REBOL (see folder "code/build"). | ||||
|  | ||||
							
								
								
									
										17
									
								
								framework/polycode.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								framework/polycode.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| # Polycode | ||||
|  | ||||
| _Polycode is a C++ and Lua framework for building interactive applications._ | ||||
|  | ||||
| - Home: http://polycode.org/ | ||||
| - Download: http://polycode.org/download/ | ||||
| - State: beta | ||||
| - Code: https://github.com/ivansafrin/Polycode | ||||
| - Language(s): C, C++ | ||||
| - License: MIT | ||||
|  | ||||
| ## Building | ||||
|  | ||||
| Uses CMake | ||||
|  | ||||
| [Build Instructions](https://github.com/ivansafrin/Polycode/blob/master/BUILD.md) | ||||
|  | ||||
							
								
								
									
										15
									
								
								framework/urho3d.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								framework/urho3d.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| # Urho3D | ||||
|  | ||||
| _Urho3D is a free lightweight, cross-platform 2D and 3D game engine._ | ||||
|  | ||||
| - Home: https://urho3d.github.io/ | ||||
| - Download: https://sourceforge.net/projects/urho3d/files/Urho3D/ | ||||
| - State: mature | ||||
| - Code: https://github.com/urho3d/Urho3D | ||||
| - Language(s): C++, Angelscript | ||||
| - License: MIT | ||||
|  | ||||
| ## Building | ||||
|  | ||||
| Uses CMake | ||||
|  | ||||
		Reference in New Issue
	
	Block a user