Make Godot CPP Custom Module and GDNative CPP Modules setup process easy as never. With this repository you can make all the setup and compilation process in a automatic way.
Currently you can:
- Create a CPP Module
- Compile a CPP Module
- Create a GDNative Module
- Watch changes and compile a GDNative Module
- PowerShell if you're on Windows
At the first, you don't need to download the dependencies bellow if you're on Windows or Ubuntu based Distro, the program will search, download and install it for you!
- Node
- scoop (Windows only) (Used to download other dependencies)
- GCC / Visual Studio / Visual Studio Build Tools
- Python
- Scons (Python Lib)
- Git
-
Inside the downloaded folder
Windows
type install on cmd
Ubuntu Based Distros
type source ./install on terminal
MIT