Visualisation for MARSH system with Godot. Mirrored from https://gitlab.polimi.it/DAER/frame-sim/marsh/visualisation-marsh
Find a file
2025-01-28 14:32:26 +01:00
.helix Setup autoformat for C and C++ in Helix Editor 2025-01-28 14:01:18 +01:00
modules Move godot-cpp to modules/ 2025-01-28 14:32:26 +01:00
project Setup autoformat for C and C++ in Helix Editor 2025-01-28 14:01:18 +01:00
src Format sources with clangd 2025-01-28 13:55:31 +01:00
.editorconfig Initialize Godot project 2025-01-28 11:27:21 +01:00
.gitattributes Initialize Godot project 2025-01-28 11:27:21 +01:00
.gitignore Setup clangd 2025-01-28 13:55:10 +01:00
.gitmodules Move godot-cpp to modules/ 2025-01-28 14:32:26 +01:00
README.md Setup clangd 2025-01-28 13:55:10 +01:00
SConstruct Move godot-cpp to modules/ 2025-01-28 14:32:26 +01:00

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:

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.

scons