Posts

DevCorner: Exciting news from the Godot Engine project

Image
The Godot Engine ("the open-source answer to Unity3D") continues to make exciting progress with the recent stable release of version 2.1 . Besides lots of small usability improvements to the GUI, the main new feature is a asset sharing store build right into the editor: This should hopefully result in a lot of extremely easy to use assets, and I am looking forward to seeing a lot high quality assets from OpenGameArt.org transferred into it ;) In related news, it was recently announced that there is work going on to allow C# (a extremely popular game scripting language also used in Unity3D) scripting in Godot besides the current Python based custom language. So this should lower the entry barrier for indie developers significantly, and maybe we will even see a conversion utility for open-sourcing simple Unity3D games? Furthermore they are also working on a visual scripting system akin to Unreal's Blueprint or what you can use in the Blender Game Engine. Yeah, visual pro...

Yearning for more blog posts

Image
Gosh that tumbleweed is clogging up the blog! I logged into github today and saw this highly active project in my feed called The Yearning .  A hybrid singleplayer / multiplayer game about spider drones and the meaning of life. If that doesn't mean too much to you (it didn't to me!) then fortunately you can check out this gif of some gameplay.  Lots of other projects continue on strongly. Then there's others that need a bit of TLC. Somebody is having a bit of a go with reviving Open City , which could hopefully lead to making it a bigger project with more contributors later down the line. Then there's somebody reviving Lips of Suna . That's the great thing about open source - there's always a chance somebody is interested enough to take on the mantle should the original developer move on to other things.

SuperTuxKart 0.9.2 released & new website

Image
Great news from our friends of the SuperTuxKart project! Read all the details on their latest blog-post here . They also made a nice new trailer showing off a more unusual game-mode: Clearly this project has come a long way and looks better with every release! So grab your copy over at their fancy new website .

QuakeExpo2016 16-30th of July, register your virtual booth now!

Seem like some people want to revive the old QuakeExpo tradition this year, which is after all the 20th anniversary of Quake1: https://qexpo2016.com/ Booth pre-registration started on the 18th of June, and the for those that wonder what it is all about: If you are a qexpo old-timer:  The format is virtual ‘booths’ set up for a limited number of days just like the past.  But unlike the past, this site has a built-in comment and messaging system.  The site-wide stream of discussion is available on the ‘Activity’ tab.  However, any booth owner may disable comments on their particular booth page by checking the ‘Comments Disabled’ category. We also have a fancy event calendar to be populated.  Events occurring prior to the Expo days may be posted, but it is requested that there be an event coverage booth, news, or other tie-in available during the Expo itself. If you’re a new-timer wondering what the heck this is:  The Quake Expo concept is base...

Blackvoxel, an ambitious Minecraft/Factorio mix?

Image
Check out this interesting (somewhat recently GPLv3 re-licensed) game Blackvoxel : As you can see it has some interesting mechanic which they call " Molecular Voxel Interaction Engine ". As seen in the trailer above, it basically allows you to automate crafting, resulting in interesting "programmable" factory setups. Of course this might sound a bit too much like actual work and not fun... but given the big fan scene for the closed source game Factorio , I would say it can be more fun that it looks at first ;) Blackvoxel itself probably needs to be a bit more of a game instead of "just" a sandbox, but there is big promise in the overall concept, so give it a try :)

Cute Character Crowdfunding (CC-BY-SA 4.0)

Image
Remember  Justin Nichol's amazing Portrait Kickstarter ? He's up to no good again: Horde of Cuteness! is an ongoing crowdfunded high resolution character icon collection and the indiegogo campaign will add 2 heroes, 5 monsters, and 3 boss monsters chosen by the backers. All the characters will be released under a Creative Commons Attribution Share-Alike 4.0 license, and will be made available as .pngs with transparent backgrounds, and will have include .kra or .xcf source files for editing the characters yourself. All new images will be 2000px by 2000px.  There's a month left and only 590$ out of 1000$ missing. Back the icon collection on indiegogo .

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

Image
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 l...