Skip to content

Folder Structure

Branden Akana edited this page Jan 5, 2025 · 1 revision

Repository

build/       # contains the exported Godot project (directory created by build.py)
project/     # contains the source for the Godot project
src/         # contains the source for the accompanying GDExtension
thirdparty/  # contains required Git submodules to compile the GDExtension such as the godot-cpp repo

Project

addons/libm8gd/  # contains the built GDExtension binaries
assets/          # contains any third-party assets
models/          # contains model scenes/scripts that inherit those in assets/
overlays/        # contains overlay scenes/scripts
scenes/          # contains built-in m8 scenes
shaders/         # contains shader code for the filters
ui/              # contains menu scenes/scripts
Clone this wiki locally