diff --git a/content/news/041/index.md b/content/news/041/index.md index ad45d1187..39c801965 100644 --- a/content/news/041/index.md +++ b/content/news/041/index.md @@ -77,6 +77,36 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Library Updates +### [Inox2d][inox2d] + +![The Japanese character for "inochi" set into a sprocket](inox2d_logo.svg) + +[Inox2d][inox2d] ([Discord][inox2d-discord]) by the Inox2d Workgroup +is an experimental official Rust implementation +of the [Inochi2D] puppet animation technology. +Inochi2d is notably used by the popular vtuber [@AsahiLina]. + +Currently, Inox2d is still not on par with the [reference implementation][Inochi2D-src]. +Basic features like [animations][inox2d-animations] and +a proper [camera API][inox2d-camera] have yet to be worked on. + +Users who really want to use it should instead go with the reference implementation. +If using Rust, through the official [inochi2d-rs] bindings. + +Currently, Inox2d contributors are working on a [WGPU renderer backend][inox2d-wgpu]. +They are also looking forward towards an [official Bevy integration][inox2d-bevy]! + +[inox2d]: https://github.com/Inochi2D/inox2d +[inox2d-discord]: https://discord.com/invite/abnxwN6r9v +[Inochi2D]: https://inochi2d.com +[Inochi2D-src]: https://github.com/Inochi2D/inochi2d +[@AsahiLina]: https://youtube.com/@AsahiLina +[inox2d-animations]: https://github.com/Inochi2D/inox2d/issues/5 +[inox2d-camera]: https://github.com/Inochi2D/inox2d/issues/7 +[inox2d-wgpu]: https://github.com/Inochi2D/inox2d/pull/6 +[inochi2d-rs]: https://github.com/Inochi2D/inochi2d-rs +[inox2d-bevy]: https://github.com/Inochi2D/inox2d/issues/1 + ## Popular Workgroup Issues in Github diff --git a/content/news/041/inox2d_logo.svg b/content/news/041/inox2d_logo.svg new file mode 100644 index 000000000..99369000b --- /dev/null +++ b/content/news/041/inox2d_logo.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file