A high-performance, web-based structural inspector for VRM and GLTF files. Built with Svelte 5 and Three.js.
- Local Processing: Your models never leave your machine. All parsing happens in-browser.
- SpringBone Physics: Real-time simulation of VRM physics (hair, clothing, etc.).
- Structural Hierarchy: Deep inspection of bone structures with recursive tree views.
- Smart Search: Token-based autocomplete to find specific bones or meshes instantly.
- Wireframe & Skeleton: Toggle visual debugging layers with one click.
- Svelte 5 (Runes, Snippets)
- Three.js
- @pixiv/three-vrm
- Lucide Svelte (Icons)
- Clone the repository
- Install dependencies:
npm install - Run dev server:
npm run dev - Build for production:
npm run build
Distributed under the MIT License. See LICENSE for more information.
Built by Andres Martin