Inochi2D / inochi2d

Inochi2D reference implementation aimed at rendering 2D puppets that can be animated in real-time (using eg. facial capture).
BSD 2-Clause "Simplified" License
1.25k stars 47 forks source link

Asdf support will be continued #21

Closed 9il closed 1 year ago

9il commented 1 year ago

Hi folks, we will continue to support both mir-ion and asdf. Asdf is used in production and it will get up-to-date updates with mir-algorithm and new compilers. I wanted to replace it with mir-ion everywhere but finally, I have given up.

LunaTheFoxgirl commented 1 year ago

For now we'll be keeping fghj around, but I'm open to pulling in from upstream while keeping our Inochi2D specific patches (which are not really useful outside of Inochi2D)

9il commented 1 year ago

Out of interest, what are these are used for? I wonder if mir-ion already has an alternative for them.

LunaTheFoxgirl commented 1 year ago

Mostly just specific patches to account for weird struct layouts in some of the dependencies we use and Inochi2D itself. Nothing really too useful to other people

LunaTheFoxgirl commented 1 year ago

+ there's some more of those planned, but yeah.

LunaTheFoxgirl commented 1 year ago

If I do come up with something I think would be useful upstream I'll see about getting it contributed back upstream when I have the time, though.