Skip to content

Commit fd96410

Browse files
committed
docs: add Gen mode documentation and update Bevy dependencies
Add comprehensive documentation for the Gen mode (3D scene generation with Bevy) with command examples and usage patterns. Update Bevy-related dependencies to latest versions with improved stability and platform support.
1 parent 7ba2a30 commit fd96410

6 files changed

Lines changed: 1123 additions & 771 deletions

File tree

CLAUDE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ cargo fmt --check
2828
cargo check -p localgpt-mobile --target aarch64-apple-ios
2929
cargo check -p localgpt-mobile --target aarch64-apple-ios-sim
3030

31+
# Gen (3D scene generation with Bevy)
32+
cargo run -p localgpt-gen # Interactive mode
33+
cargo run -p localgpt-gen -- "build a castle" # With initial prompt
34+
cargo run -p localgpt-gen -- -s model.glb # Load existing scene
35+
cargo run -p localgpt-gen -- -v # Verbose logging
36+
3137
# Headless build (no desktop GUI)
3238
cargo build -p localgpt-cli --no-default-features
3339

0 commit comments

Comments
 (0)