| Crates.io | inochi2d |
| lib.rs | inochi2d |
| version | 0.1.1 |
| created_at | 2022-11-16 21:07:48.971071+00 |
| updated_at | 2022-12-21 18:58:12.412757+00 |
| description | Pure Rust implementation of Inochi2D, the realtime 2D puppet animation framework |
| homepage | https://linkmauve.fr/dev/inochi2d/ |
| repository | https://git.linkmauve.fr/inochi2d.git |
| max_upload_size | |
| id | 716710 |
| size | 72,823 |
A pure Rust implementation of Inochi2D, the realtime 2D puppet animation framework.
This is currently done using serde_json for parsing, as well as GLFW and glow for the rendering, using OpenGL ES 2.0.
Clone the repository:
% git clone https://git.linkmauve.fr/inochi2d.git
Build:
% cargo build --release
Run:
% cargo run --release --example=render <puppet.inp>
You can find two example puppets in Inochi2D’s example models.
