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

BetterC support? #18

Closed ichordev closed 2 years ago

ichordev commented 2 years ago

Are there any plans to support D as Better C? :)

LunaTheFoxgirl commented 2 years ago

Not for this iteration of Inochi2D, as it's meant to be a reference implementation we utilize the GC to make the code easier to read. Once 1.0 is out I plan to make a high performance betterC version with Vulkan support.