I have been doing a fair amount of development with the Godot engine. I have gone so far as to make 3D stuff with it. In my pursuit of making a 3D game, I have found various assets to use in the engine. Usually these come from Open Game Art (which is run by a […]
All the posts associated with the "godot engine" tag.
Trying to Run the Godot Engine’s Vulkan Implementation on the Raspberry Pi 4
Can a gaming engine be built and ran on the Raspberry Pi 4? Eh, with the Raspberry Pi vulkan drivers and a new rendering engine, it might.
Learning and Assisting with the Godot Engine
Over the past couple of years, I have been studying and making things with the Godot Engine. This has been mainly for the end goal of creating a big multiplayer game possibly in the same vein as Borderlands. While I have not made anything of real worth, I feel that I have gained enough knowledge […]
How to Add C# Assemblies to a Godot Engine Project
With the release of version 3.0 of the Godot Engine, C# was added as a supported programming language. Due to other engines like Unity, there is a large number of C# assemblies which can help in developing a game. However, there isn’t an easy way to add assemblies in the editor. Therefore, this tutorial was […]
Using Rant in my Python program because I’m a glutton for punishment
Over the past few months, I have been researching and developing a little procedurally generated game which will eventually be created in the Godot engine. This game will have a story that’s procedurally generated for the players. A part of this game is the dialogue, which will also be procedurally generated. To accomplish this, I […]