cargo build --manifest-path winrt/Cargo.toml
cargo build --manifest-path winrt/Cargo.toml --release
gd_cubism docs を参考にしてください
git clone https://github.com/MizunagiKB/gd_cubism.git
cd gd_cubism
git submodule update --init
download sdk from Live2d official page
scons platform=windows arch=x86_64 target=template_debug
scons platform=windows arch=x86_64 target=template_release
bring files from gd_cubism\demo\addons\gd_cubism\bin\*
to Godot\addons\gd_cubism\bin
.
├── assets # アセットを作るにあたって作成したプロジェクトファイルなど
├── ShittemDesk # 主となるGodotのプロジェクトファイル
├── docs # ドキュメント
├── Setup # 配布用のインストーラーを作成するVSのソリューション
├── winrt # Godotで無理やりwinrtを使うためのGDExtesion
├── LICENSE
└── README.md