Would using a CodeGen tool help automate the process of creating bindings for Jolt? #56
Replies: 2 comments 1 reply
-
Hi 👋. I've been trying to automatically generate C bindings for Jolt too. I've been approaching the problem by using the WebIDL file for JoltPhysics.js, and then generating pure C binding code. Would pure C bindings also be useful for C#? I've been writing my bindings for Kotlin/Native, which has a tool for generating Kotlin bindings for any C code. I'll tidy up my work so far, and make the repo public later this week. It would be nice to have a collaborator! I'm not very good at C++, so trying to figure out how to write C bindings is tough. Related |
Beta Was this translation helpful? Give feedback.
-
Hi Cheers |
Beta Was this translation helpful? Give feedback.
-
The Silk.NET team are always banging on about how they use codegen tools to generate the bindings for a lot of their libraries. Could something similar be used here to help automate the process?
Beta Was this translation helpful? Give feedback.
All reactions