visualisation-marsh/README.md

23 lines
449 B
Markdown

# Visualisation for MARSH
Named in this order so not everything starts with the same word
## Development
Using Godot v4.4.beta1.official [d33da79d3].
Install SCons with `pipx install scons`.
To generate files for build tooling, run the following:
```sh
godot --dump-extension-api
scons compile_commands
```
### Build
To build the extension run SCons in the repository root, the default arguments have been added to the file.
```sh
scons
```