Build a GDExtension with MarshConnector Node

This commit is contained in:
Marek S. Łukasiewicz 2025-01-28 12:47:14 +01:00
parent 2ab1ee403e
commit 3066bdacc9
10 changed files with 323698 additions and 4 deletions

View file

@ -2,4 +2,13 @@
Named in this order so not everything starts with the same word
Using Godot v4.4.beta1.official [d33da79d3]
## Development
Using Godot v4.4.beta1.official [d33da79d3].
Install SCons with `pipx install scons`.
To build the extension run SCons in the repository root, the default arguments have been added to the file.
```sh
scons
```