Menu Share

Godot

Godot Logo

GDExtension CMake Programmer Setup

by | Last Updated:

Learn how to make a GDExtension code first approach (or a programmer setup) for your next Godot 4 project. 🤖
Read More

Godot Logo

Godot 4: GDExtension for C++ using CMake

by | Last Updated:

In this article I showcase how you can use GDExtension to write some very simple game logic. I set this up using the common CMake tool.
Read More

Design Icon

Network game architecture

by | Last Updated:

In this post I explain a simple network architecture for a MMO game that will have a central server and room based matchmaking.
Read More

Godot Logo

GDNative and CMake code-first approach

by | Last Updated:

I will explore an easy to use GDNative option for the programmers among us. I will use CMake along with python and some clever code generation.
Read More

Godot Logo

Godot Module using CMake

by | Last Updated:

In this article, I explore how to create a Godot module in C++ by wrapping up the compilation of Godot with the CMake build system.
Read More

Godot Logo

Godot Native using CMake

by | Last Updated:

In this article, you will learn how to create your own Godot Native (GDNative) project and compile it for any platform using CMake.
Read More