Godot

Godot Module using CMake
by Hristo Stamenov | 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 Native using CMake
by Hristo Stamenov | 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