Skip to content

Latest commit

 

History

History
48 lines (41 loc) · 1.65 KB

setup.md

File metadata and controls

48 lines (41 loc) · 1.65 KB

environment

How to Setup

setup winrt

cargo build --manifest-path winrt/Cargo.toml
cargo build --manifest-path winrt/Cargo.toml --release

setup gd_cubism

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

Directory Structures

.
├── assets                  # アセットを作るにあたって作成したプロジェクトファイルなど
├── ShittemDesk             # 主となるGodotのプロジェクトファイル
├── docs                    # ドキュメント
├── Setup                   # 配布用のインストーラーを作成するVSのソリューション
├── winrt                   # Godotで無理やりwinrtを使うためのGDExtesion
├── LICENSE
└── README.md

Related Information