✦ Inochi2D Parser
Typed parser and intermediate representation (IR) of the Inochi2D format for INP / INX files, written in Rust.
This crate transforms Inochi2D JSON files into safe, typed Rust structures ready for consumption.
✦ Features
Support for the main blocks of the format:
✦ Puppet
✦ Nodes
✦ Parameters
✦ Animation
✦ Groups
✦ Vendor Extensions
Each section becomes clear domain types, avoiding direct access to raw JSON.
✦ Unimplemented Features
Currently out of scope:
✦ Automation
(These layers are intended for a separate runtime or playback system)
✦ Usage Example
[]
= "0.1"
use Puppet;