Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
Internal workspace crates for modular architecture.
Sign in to like and favorite skills
Internal workspace crates for modular architecture.
graph TD E[engine bin] --> S[vibe-scene] E --> B[vibe-ecs-bridge] E --> G[vibe-scene-graph] E --> P[vibe-physics] E --> M[vibe-ecs-manager] B --> S G --> S P --> B M --> S M --> P style S fill:#FFD700 style E fill:#87CEEB
Usage: Add to
engine/Cargo.toml:
vibe-scene = { path = "crates/scene" }