Skip to content

[Request] Tutorial

Must say that for the first time, I could compile something to godot using cpp thanks to your plugin, it is really useful.

In order to get things working I still had to manage how to do some things. Done OK But I really want a tutorial for doing these things:

ps: All those how to do using your c++ template project

  • Creating a custom module,compiling and running
  • Compiling (exported game) which uses a module for Linux/Windows
  • Compiling a module for windows using linux
  • Compiling a module for linux using windows

I think this will be very helpful on how to learn the basics of creating stuff for godot using cpp