Tutorials

New Godot 3.1 Tutorial Series! Creating a Complete 2D Game Step by Step

We just published a brand new 18 part text tutorial series over on DevGa.me, Getting Started with Godot Step by Step Tutorial Series.  This tutorial walks you through the entire game creation process using Godot 3.1, from creating your initial project, to publishing your game with details step by step instructions and screen shots.  Even […]

New Godot 3.1 Tutorial Series! Creating a Complete 2D Game Step by Step Read More

Godot 3 Tutorial Series

Godot 3 Tutorial– Keyframe Animation

This video covers 2D keyframe animation in Godot.  In Godot 3.1, the animation system got a massive overhaul, making it easy to create complex animations using keyframes.  This video showcases how to use AnimationPlayer, AnimationTreePlayer and the animation system in general to create and blend animations in Godot.The VideoCode SamplesKeyframeAnimation.gdextends Node2D var counter = 0 […]

Godot 3 Tutorial– Keyframe Animation Read More

Meshroom 3D Scanning Software

Creating 3D Models From Photos Using Meshroom

Meshroom is a new, free and open source photogrammetry software from AliceVision.  Photogrammetry software enable you to create a 3D scene using a series of photographs, generally the more the merrier.  Currently documentation is a bit lacking, so I’ve decided to create this quick tutorial.  In this tutorial we are going to quickly walk through […]

Creating 3D Models From Photos Using Meshroom Read More

C++ Game Engines

Due to it’s popularity in the professional game industry, I get all kinds of requests for C++ based game engines.  That is exactly what this guide is, a collection of game engines that use C++.  This is not about game engines that are written using C++, many if not most game engines are at least […]

C++ Game Engines Read More

Python Game Engines

Python Game Engines

In this chapter of our ongoing Game Engines by Language series, today we are going to look at the game engines, both 2D and 3D, available for Python.  If  you are interested we have already created versions for C++, C#, Lua, JavaScript and the Haxe programming languages.  Keep in mind, only engines/frameworks still under active […]

Python Game Engines Read More

JavaScript Game Engines

JavaScript Game Engines

In this chapter of our ongoing Game Engines by Language series, today we are going to look at the game engines, both 2D and 3D, available for JavaScript.  If  you are interested we have already created versions for C++, C#, Lua and the Haxe programming languages.  Keep in mind, only engines/frameworks still under active development […]

JavaScript Game Engines Read More

Haxe Game Engines

Haxe Game Engines

Following up on our C#, C++ and Lua game engine lists, today we are going to look at frameworks and engines that use the Haxe programming language.  In the Haxe ecosystem, many frameworks are build on top of other frameworks, so we will be covering them in order, from lowest level to the highest.  If […]

Haxe Game Engines Read More

Lua Game Engines

Lua Game Engines

Recently we have broken down lists of 3D game engines that use the C++ language or C# language as a programming language for game logic.  Today we are going to look at game engines using the Lua programming language.  This doesn’t mean the game engine was created using the Lua language, instead we are covering […]

Lua Game Engines Read More

C# Game Engines

C# Game Engines

Last week we took a look at the available C++ game engines, that is, 3D game engines that you can use C++ to write game logic.  Today we are going to look at C# game engines.  We are using the same criteria as the last list, the engine must be 3D, actively under development and […]

C# Game Engines Read More

Scroll to Top