Inochi2D / inochi-session

Application that allows streaming with Inochi2D puppets
https://inochi2d.com
BSD 2-Clause "Simplified" License
293 stars 21 forks source link

Update to use inmath 1.3.0 and facetrack-d 0.8.0 #59

Closed grillo-delmal closed 3 weeks ago

grillo-delmal commented 3 weeks ago

These changes are needed for this app to compile with the latest version of inochi2d

A note about this change: The latest version of inmath provides a dampen function that collides with the one provided by inochi2d library, which made a conflict on source/session/scene/package.d. I resolved it by removing the inmath implementation since the inochi2d one was the one being used for now.

For inochi-session to compile it also needs a new release of inui that incorporates https://github.com/Inochi2D/inui/pull/4