Complete 3D visualization of code with LLM agent integration.
7.mp4
- 🏙️ Auto-generated 3D city from your codebase
- 🦗 Flying Agent (General Bots Helicoder)
- 🔥 Particle trails & effects
- 📊 Git diff visualization
- 🌐 Multiplayer demo mode
- 🎨 Optimized rendering for performance
- ⚡ Real-time code execution with flight path visualization
# Setup
cargo build --release
# Configure
cp .env.example .env
nano .env # Set PROJECT_PATH and Azure OpenAI keys
# Run
cargo run --release← →- NavigateSpace- Toggle particle trailsM- Toggle multiplayer demoG- Show git changes- Mouse drag - Rotate camera
- Scroll - Zoom
src/world/- Filesystem scanning & 3D city generationsrc/agent/- LLM integration & tool executionsrc/effects/- Particle systems & trailssrc/renderer/- 3D rendering & camera logicassets/shaders/- Custom WGSL shaders
All buildings have:
- Billboarded Labels (always legible)
- Height = lines of code
- Color = file type
Agent:
- Flight Path Visualization