www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Inochi2D - Realtime 2D Animation written in D

reply Luna <cli-luna protonmail.com> writes:
Hey folks, I have for the (almost) past 2 years been working on a 
real-time 2D animation library called 
[Inochi2D](https://github.com/Inochi2D/inochi2d) and tooling for 
it. Recently I went full time on the project due to generous 
donations on GitHub Sponsors and Patreon.

The library and tooling is mostly implemented in D, with the only 
exception being SDL2, OpenGL and Dear Imgui being used in the 
tooling for the UI.

The project allows you to create and rig segmented 2D art (akin 
to Live2D inc.'s Cubism product) for animation. Allowing you to 
animate the model in real-time either using face tracking [eg. 
with the Inochi Session 
tool](https://github.com/Inochi2D/inochi-session) or more 
traditional animation methods. This kind of tooling is often used 
in games as well as for 
[VTubing](https://en.wikipedia.org/wiki/VTuber), a kind of 
entertainment art form where people use real-time 2D animated 
puppets as their avatars for livestreaming.

I'm planning to release an update for [Inochi 
Creator](https://github.com/Inochi2D/inochi-creator), the tool 
used to rig and animate Inochi2D puppets, on October 10th.

You can also find Inochi Creator and Inochi Session on itch.io:
  * [Inochi Creator](https://lunafoxgirlvt.itch.io/inochi-creator)
  * [Inochi Session](https://lunafoxgirlvt.itch.io/inochi-session) 
(Will eventually come to Steam too!)
Sep 11 2022
next sibling parent WebFreak001 <d.forum webfreak.org> writes:
On Sunday, 11 September 2022 at 23:00:24 UTC, Luna wrote:
 Hey folks, I have for the (almost) past 2 years been working on 
 a real-time 2D animation library called 
 [Inochi2D](https://github.com/Inochi2D/inochi2d) and tooling 
 for it. Recently I went full time on the project due to 
 generous donations on GitHub Sponsors and Patreon.

 The library and tooling is mostly implemented in D, with the 
 only exception being SDL2, OpenGL and Dear Imgui being used in 
 the tooling for the UI.

 The project allows you to create and rig segmented 2D art (akin 
 to Live2D inc.'s Cubism product) for animation. Allowing you to 
 animate the model in real-time either using face tracking [eg. 
 with the Inochi Session 
 tool](https://github.com/Inochi2D/inochi-session) or more 
 traditional animation methods. This kind of tooling is often 
 used in games as well as for 
 [VTubing](https://en.wikipedia.org/wiki/VTuber), a kind of 
 entertainment art form where people use real-time 2D animated 
 puppets as their avatars for livestreaming.

 I'm planning to release an update for [Inochi 
 Creator](https://github.com/Inochi2D/inochi-creator), the tool 
 used to rig and animate Inochi2D puppets, on October 10th.

 You can also find Inochi Creator and Inochi Session on itch.io:
  * [Inochi 
 Creator](https://lunafoxgirlvt.itch.io/inochi-creator)
  * [Inochi 
 Session](https://lunafoxgirlvt.itch.io/inochi-session) (Will 
 eventually come to Steam too!)
this is an awesome project! I hope to see more people start on projects like these or help contribute to them. I definitely think projects like these are the kind of thing that D really needs. I love having some graphic thing with concrete use-case and target audience, actually writing a real app and helping users do what they want to do. I like Inochi2D in particular because it's a highly creative thing to do VTubing, all the way from drawing characters and rigging them to giving them life in motion and personality by the person playing the character. It's things like this that inspire people to dig deeper, improve technology and make improvements to all layers of an application. (users here are potentially improving D, improving Inochi, improving the general state of the art in VTubing technology) I wish you a lot of luck with getting your project to new heights and the next big update. It's a very cool project. I saw you had a GitHub sponsors page as well as Patreon, for anyone else in this thread I think it's definitely worth checking these out ^^
Sep 11 2022
prev sibling next sibling parent Guillaume Piolat <first.last spam.org> writes:
On Sunday, 11 September 2022 at 23:00:24 UTC, Luna wrote:
 Hey folks, I have for the (almost) past 2 years been working on 
 a real-time 2D animation library called 
 [Inochi2D](https://github.com/Inochi2D/inochi2d) and tooling 
 for it. Recently I went full time on the project due to 
 generous donations on GitHub Sponsors and Patreon.
Congrats, I was impressed by the number of contributors and members in the Inochi2D community! Seems like it fits a need, and with our fav language.
Sep 11 2022
prev sibling next sibling parent Mike Parker <aldacron gmail.com> writes:
On Sunday, 11 September 2022 at 23:00:24 UTC, Luna wrote:
 Hey folks, I have for the (almost) past 2 years been working on 
 a real-time 2D animation library called 
 [Inochi2D](https://github.com/Inochi2D/inochi2d) and tooling 
 for it. Recently I went full time on the project due to 
 generous donations on GitHub Sponsors and Patreon.
This is some great work, and it's awesome to hear you can go full time on it. Congratulations!
Sep 12 2022
prev sibling next sibling parent Tejas <notrealemail gmail.com> writes:
On Sunday, 11 September 2022 at 23:00:24 UTC, Luna wrote:
 Hey folks, I have for the (almost) past 2 years been working on 
 a real-time 2D animation library called 
 [Inochi2D](https://github.com/Inochi2D/inochi2d) and tooling 
 for it. Recently I went full time on the project due to 
 generous donations on GitHub Sponsors and Patreon.

 [...]
Amazing project🎉🎉🎉 Wish you the best of luck for the future!!
Sep 12 2022
prev sibling next sibling parent reply Luna <cli-luna protonmail.com> writes:
Thanks for all of the kind words!

I've just gotten [nightly 
builds](https://github.com/Inochi2D/inochi-creator/releases/tag/nightly)
working for Inochi Creator this evening.
Sep 12 2022
next sibling parent bauss <jacobbauss gmail.com> writes:
On Monday, 12 September 2022 at 18:28:05 UTC, Luna wrote:
 Thanks for all of the kind words!

 I've just gotten [nightly 
 builds](https://github.com/Inochi2D/inochi-creator/releases/tag/nightly)
working for Inochi Creator this evening.
Tak
Sep 13 2022
prev sibling parent Bill Baxter <wbaxter gmail.com> writes:
That's very cool!  I did these back in the day using D.  Glad to see nice
2D animation tools in D!
https://vimeo.com/3065068
https://vimeo.com/9703263
https://vimeo.com/3116117
--bb

On Mon, Sep 12, 2022 at 11:30 AM Luna via Digitalmars-d-announce <
digitalmars-d-announce puremagic.com> wrote:

 Thanks for all of the kind words!

 I've just gotten [nightly
 builds](https://github.com/Inochi2D/inochi-creator/releases/tag/nightly)
 working for Inochi Creator this evening.
Sep 17 2022
prev sibling parent Dmitry <dmitry indiedev.ru> writes:
On Sunday, 11 September 2022 at 23:00:24 UTC, Luna wrote:
 Hey folks, I have for the (almost) past 2 years been working on 
 a real-time 2D animation library called 
 [Inochi2D](https://github.com/Inochi2D/inochi2d) and tooling 
 for it. Recently I went full time on the project due to 
 generous donations on GitHub Sponsors and Patreon.
Great job!
Sep 17 2022