Showing posts with label godot. Show all posts
Showing posts with label godot. Show all posts

Thursday, March 17, 2016

DevCorner: Atomic Game Engine MIT (Urho3D fork) and Godot 2.0

First off (and you probably read it elsewhere before): The awesome Godot game engine got a really awesome 2.0 release a few weeks ago. It also got independent of it's original developers (who stay active in development), and the first larger commercial game with it was released on Steam just a few days ago.

Fresh of the press is a FOSS release of an pretty awesome competitor though:
The Atomic Game Engine was just released fully under the MIT license! Its render engine is a fork of the pretty nice Urho3D renderer, but it includes an cross-platform integrated development environment similar to Godot:
Looks nice, but where is the Linux binary release? :(
Dive into the source code here. Similar to Godot it features some neat platform support: Linux, Android, WebGL, Windows, iOS and OSX (resorted for significance ;) ); but unlike it you have much more and more common scripting languages at your disposal: JavaScript, TypeScript, C++, and C# scripting in the works. Especially the latter could be interesting if someone manages to make an Unity3D compatibility layer for migrating and open-sourcing Unity games...

For a nice overview, don't miss the GamesFromScratch video and introduction tutorial (from back in December 2015 when it was not yet MIT licensed):

Saturday, July 5, 2014

DevCorner: GameDevelop goes open-source

Thanks to GamingOnLinux for pointing out that this crossplattform *no-programming* 2D game development suite has gone fully FOSS.
It can export games to HTML5 and native code (x86 Linux and Windows).

Read the original announcement here. The github repository is here.

License infos:
  • The IDE (in the IDE folder) is licensed with GPL v3. 
  • The Core library, the native and HTML5 platforms (respectively Core, GDCpp and GDJS folders) are LGPL v3. 
  • Extensions (in the Extensions folder) are using zlib/libpng license. 
  • The name, Game Develop, and its logo are the exclusive property of Florian Rival.
Here is a small video to get you started:


& you can find some example games here.
----
By the way: I also recommend to have another look at the Godot engine which has had many improvements since it became open-source a few months ago.