Skip to content

N41: Add Inox2d #1234

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jan 2, 2023
Merged
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions content/news/041/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,29 @@ If needed, a section can be split into subsections with a "------" delimiter.

## Library Updates

### [Inox2d](https://github.com/Inochi2D/inox2d/)

![The Japanese character for "inochi" set into a sprocket](https://raw.githubusercontent.com/Inochi2D/inox2d/main/inox2d_logo.svg)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about using the repo's social preview? I think it'll render better.

Suggested change
![The Japanese character for "inochi" set into a sprocket](https://raw.githubusercontent.com/Inochi2D/inox2d/main/inox2d_logo.svg)
![The Japanese character for "inochi" set into a sprocket](https://repository-images.githubusercontent.com/566317952/7b02910a-a581-407e-80a9-fcedd26bc8b9)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kindaa, SVG is rendered client-side.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean yeah that's true, I was more thinking of the background.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fianathedevgirl Oh, I missed the discussion about the image. Do you want it to be changed? The original svg looks quite fine to me



Inox2d ([GitHub](https://github.com/Inochi2D/inox2d/), [Discord](https://discord.com/invite/abnxwN6r9v)) by the Inox2d Workgroup
is an experimental official Rust implementation of the [Inochi2D](https://inochi2d.com/) puppet animation technology.
Inochi2d is notably used by the popular vtuber [Asahi Lina](https://www.youtube.com/@AsahiLina).

Currently, Inox2d is still not on par with the [reference implementation](https://github.com/Inochi2D/inochi2d).
Basic features like [animations](https://github.com/Inochi2D/inox2d/issues/5) and a proper [camera API](https://github.com/Inochi2D/inox2d/issues/7) have yet to be worked on.

Users who really want to use it should instead go with the reference implementation.
If using Rust, trough the official [inochi2d-rs](https://github.com/Inochi2D/inochi2d-rs) bindings.

Currently, Inox2d contributors are working on a [WGPU renderer backend](https://github.com/Inochi2D/inox2d/pull/6).
They are also looking forward towards an [official Bevy integration](https://github.com/Inochi2D/inox2d/issues/1)!

_Discussions: [Discord (#inox2d-dev)](https://discord.com/invite/abnxwN6r9v)_

[Inox2d]: https://github.com/Inochi2D/inox2d


## Popular Workgroup Issues in Github

<!-- Up to 10 links to interesting issues -->
Expand Down