Skip to content

HotWaterInc/Godot-mod-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Godot-mod-template

This should be the starting point for developing godot modules. You depend only on godot-cpp and godot build tools. Here you will have scripts and instructions for all you need to get a quickstart

Getting started

Clone this repository

git clone git@github.com:HotWaterInc/Godot-mod-template.git 

Run this repository

cd Godot-mod-template
cmake -DBUILD_FOR_EDITOR=True . -B build
cmake --build build

Prerequisites

If you dont have godot installed, consider using this CLI to set up godot and the prerequisites for building modules

Note about godot-cpp

Make sure to use godot-cpp from the 4.2 branch, otherwise compatibility might break. The repo is freezed at a specific commit and should not be changed.

About

A starting template for developing godot mods via gdextension

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors