Skip to content

Commit 6fb49f9

Browse files
N41: Add Inox2d
1 parent 744792c commit 6fb49f9

File tree

2 files changed

+99
-0
lines changed

2 files changed

+99
-0
lines changed

content/news/041/index.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,36 @@ If needed, a section can be split into subsections with a "------" delimiter.
7777

7878
## Library Updates
7979

80+
### [Inox2d][inox2d]
81+
82+
![The Japanese character for "inochi" set into a sprocket](inox2d_logo.svg)
83+
84+
[Inox2d][inox2d] ([Discord][inox2d-discord]) by the Inox2d Workgroup
85+
is an experimental official Rust implementation
86+
of the [Inochi2D] puppet animation technology.
87+
Inochi2d is notably used by the popular vtuber [@AsahiLina].
88+
89+
Currently, Inox2d is still not on par with the [reference implementation][Inochi2D-src].
90+
Basic features like [animations][inox2d-animations] and
91+
a proper [camera API][inox2d-camera] have yet to be worked on.
92+
93+
Users who really want to use it should instead go with the reference implementation.
94+
If using Rust, through the official [inochi2d-rs] bindings.
95+
96+
Currently, Inox2d contributors are working on a [WGPU renderer backend][inox2d-wgpu].
97+
They are also looking forward towards an [official Bevy integration][inox2d-bevy]!
98+
99+
[inox2d]: https://github.com/Inochi2D/inox2d
100+
[inox2d-discord]: https://discord.com/invite/abnxwN6r9v
101+
[Inochi2D]: https://inochi2d.com
102+
[Inochi2D-src]: https://github.com/Inochi2D/inochi2d
103+
[@AsahiLina]: https://youtube.com/@AsahiLina
104+
[inox2d-animations]: https://github.com/Inochi2D/inox2d/issues/5
105+
[inox2d-camera]: https://github.com/Inochi2D/inox2d/issues/7
106+
[inox2d-wgpu]: https://github.com/Inochi2D/inox2d/pull/6
107+
[inochi2d-rs]: https://github.com/Inochi2D/inochi2d-rs
108+
[inox2d-bevy]: https://github.com/Inochi2D/inox2d/issues/1
109+
80110
## Popular Workgroup Issues in Github
81111

82112
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)