Tutorials

Using Godot with the C++ Programming Language Tutorial

Godot With C++

A common question I receive is, can I use C++ with the Godot game engine.  If you are looking to do live game scripting like in Unreal Engine, the short answer is no, you cannot do that with Godot.  You can however develop in Godot using C++ in three different ways.Native DevelopmentThe first option is […]

Using Rider With Godot

Rider For Godot

Yesterday we talked about Rider for Unreal Engine, but did you also know that Rider can be used to develop Godot games as well?There are a few things you are going to need to get started.  First off obviously is JetBrain’s Rider, which is available with in a 30 day free trial.  However if you […]

Rider and Unreal Engine

Rider For Unreal Engine

Rider is a .NET IDE by JetBrains, currently heavily focused on Unity game developers.  Recently JetBrains launched a early preview of Rider For Unreal Engine.  Wait a minute you might say… isn’t Rider for C#, while CLion is their C++ IDE, and isn’t C++ the primary language for Unreal Engine developers.  Why yes, you are […]

Scroll to Top