Support us on Patreon to keep GamingOnLinux alive. This ensures all of our main content remains free for everyone. Just good, fresh content! Alternatively, you can donate through PayPal. You can also buy games using our partner links for GOG and Humble Store.
We do often include affiliate links to earn us some pennies. See more here.
A few days ago I published an article about three Kickstarter projects from Argentina and what they had to say about Linux. One of those was OKAM Studio’s The Interactive Adventures of Dog Mendonça & Pizza Boy, and I briefly mentioned their open source GODOT Engine - which will be the subject of this article.

Despite being a Linux user and open source supporter, I am by no means an evangelist for the cause. In essence, I make a big distinction between creations and the tools used to create - accepting proprietary licenses and mild forms of DRM like Steam for the former (though I do think current copyright laws limit creativity), whilst strongly believing that things like game engines, APIs and operating systems should be open.

GODOT - which takes its name from the elusive character in Samuel Beckett's absurdist play - falls into the latter category in being an open tool designed to facilitate creativity through the medium of gaming and thus falls into the latter category and provides a much needed open alternative to Unity and others.

image
Having an open source project directly developed by those using and benefiting from it is rather refreshing in an industry where powerful and innovative in-house engines are rarely shared. OKAM has been actively working on and improving the engine during development cycles, adapting the engine towards the game, rather than the game towards the engine:

QuoteInstead of saying "let's add cool feature X" we say "let's make game X, and add the features needed to the engine". This is where our Kickstarter campaign comes in, not only are we trying to make a great game, but also keep maintaining and improving the engine.


Indeed, this is a good philosophy to follow, not simply because of the concept of giving back to the community, but because being on top of and constantly using the software eliminates some of the downsides which open source unfortunately has - such as the incredibly messy code bases found in projects like OpenGL.

The Interactive Adventures of Dog Mendonça & Pizza Boy will be the first Linux game released using the engine, which was made available on GitHub back in February. By using the GODOT to create the game, they are adding the tools necessary to create adventure games on the engine - which will then be made public after its release.

In essence, by supporting companies like OKAM using the engine, you are also funding the development of a great open source engine and adding new features to it - which is a pretty good deal for everyone and will hopefully make a dent in the predominantly proprietary game engine market.

Don't forget to visit the Kickstarter page and the GitHub page if you want to test it out for yourself (which I think I'm going to do this weekend). The Kickstarter page also features a demo of Dog Mendonça & Pizza Boy so you can see the engine in action on Linux.

Features:

  • Create complex 2D games with the fully dedicated 2D engine (no need for 3D over 2D), using pixel coordinates and a wide array of tools.
  • Create realistic looking 3D games with the dedicated 3D Engine, with full support for lights, shadows, occlusion, post processing, skeletal animation, etc.
  • Add custom behaviors to any object by extending it with scripting, using the built-in editor with syntax highlighting and code completion.
  • Animate your games with full support for editing, blending, animation trees, realtime cutscenes, calling function, or animate just any property exported by any node.
  • Add physics to your 2D and 3D scenes, through rigid and static bodies, characters, raycasts, vehicles and more.
  • Use the built-in debugger with breakpoints and stepping, or check the performance graphs for possible bottlenecks.
  • One-Click deploy to several platforms, such as Windows, Linux, Mac, Android, iOS, BB10 and HTML5.
  • Develop projects in a team using any choice of VCS, as Godot integrates flawlessly with all of them.
  • Modify the engine and publishing your games without restrictions, as Godot is distributed under the generous MIT license.
Article taken from GamingOnLinux.com.
0 Likes
About the author -
After many years of floating through space on the back of a missile, following a successful career in beating people up for not playing Sega Saturn, the missile returned to earth. Upon returning, I discovered to my dismay that the once great console had been discontinued and Sega had abandoned the fight to dominate the world through 32-bit graphical capabilities.

After spending some years breaking breeze blocks with my head for money and being mocked by strangers, I have found a new purpose: to beat up people for not playing on Linux.
See more from me
The comments on this article are closed.
9 comments

aL Oct 31, 2014
You forgot to mention that the engine is not brand new... Its been around since 2001 and it underwent a lot of iterations already

They use it to make commercial games already... This one is an internal game they had in hold in-house (compared to the rest of the games that were contract works payed by some other company)
Purple Library Guy Oct 31, 2014
I bet the loading screens take forever. You'll spend ages "Waiting for Godot".

Actually, when it comes to Free Software, I believe even Richard Stallman agrees that games (and their art, for instance) can't necessarily be Free Software. So you can be an FSF-level believer in freedom for software and still agree to an exception for games.
adolson Oct 31, 2014
I've been using Godot since January, and I'm more than happy with it. The code is very clean and organized well - even someone with very little C++ skills such as myself can hack little features onto it here and there.

And don't let the purple theme throw you off. I know some people don't like it. There's a new, neutral theme coming for the 1.0 stable release (which should be soon). Here's a comparison pic: http://icculus.org/~dolson/images/godot-themes.png
antarctician Oct 31, 2014
Quoting: Purple Library GuyI bet the loading screens take forever. You'll spend ages "Waiting for Godot".

Actually, when it comes to Free Software, I believe even Richard Stallman agrees that games (and their art, for instance) can't necessarily be Free Software. So you can be an FSF-level believer in freedom for software and still agree to an exception for games.

Well I agree with this, however one should make the distinction between the games and the tools used to create them. It's good to have free software libraries and game engines to create games, but it's better to consider finished games as media products such as music and movies rather than software.
Segata Sanshiro Oct 31, 2014
Quoting: aLYou forgot to mention that the engine is not brand new... Its been around since 2001 and it underwent a lot of iterations already

They use it to make commercial games already... This one is an internal game they had in hold in-house (compared to the rest of the games that were contract works payed by some other company)

Yes I realise that. But it was only made open source this year and the previous games didn't run on Desktop Linux (though some were for Android I think) - and that's what's most relevant to GOL. But yes, they've been working on and using it for a while.

QuoteI bet the loading screens take forever. You'll spend ages "Waiting for Godot".

Well in the mean time maybe you could eat a turnip or take off one of your shoes? Heard that passes the time ;)
Beamboom Oct 31, 2014
Great article, this kinda content is really cool to be served on a site like this, it spices up the mix. Excellent work, Segata.
AsavarTzeth Nov 1, 2014
QuoteIndeed, this is a good philosophy to follow, not simply because of the concept of giving back to the community, but because being on top of and constantly using the software eliminates some of the downsides which open source unfortunately has - such as the incredibly messy code bases found in projects like OpenGL.

Correct me if I am wrong, but I would like to point out that OpenGL is not really open source, as we know it. It is simply an open standard, a specification and a hardware API.

It includes several different implementations and it is incorrect to call them all equally "messy". If anything OpenGL is "messy" because they have lacked focus and had to think of backwards compatibility. At least that seems to be a common public opinion.

Other than that I found your article quite informative.
Purple Library Guy Nov 1, 2014
Quoting: antarctician
Quoting: Purple Library GuyI bet the loading screens take forever. You'll spend ages "Waiting for Godot".

Actually, when it comes to Free Software, I believe even Richard Stallman agrees that games (and their art, for instance) can't necessarily be Free Software. So you can be an FSF-level believer in freedom for software and still agree to an exception for games.
Well I agree with this, however one should make the distinction between the games and the tools used to create them. It's good to have free software libraries and game engines to create games, but it's better to consider finished games as media products such as music and movies rather than software.
I didn't intend to imply otherwise, just so we're clear.
flesk Nov 1, 2014
View PC info
  • Contributing Editor
Quoting: Purple Library GuyActually, when it comes to Free Software, I believe even Richard Stallman agrees that games (and their art, for instance) can't necessarily be Free Software. So you can be an FSF-level believer in freedom for software and still agree to an exception for games.

Richard Stallman believes that the software in games should be libre but that nonfree games aren't all bad if it gets people to dump Windows.
QuoteNonfree game programs (like other nonfree programs) are unethical because they deny freedom to their users. (Game art is a different issue, because it isn't software.) If you want freedom, one requisite for it is not having or running nonfree programs on your computer. That much is clear.
[...]
Thus, in direct practical terms, this development can do both harm and good. It might encourage GNU/Linux users to install these games, and it might encourage users of the games to replace Windows with GNU/Linux. My guess is that the direct good effect will be bigger than the direct harm.

Source
Quoting: BeamboomGreat article, this kinda content is really cool to be served on a site like this, it spices up the mix. Excellent work, Segata.

Agreed. Covering game releases and such is all well and good but these feature type articles that you and sometimes Hamish write make this place feel richer as a gaming news site.
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
The comments on this article are closed.