Hi @Robert, I was working on automating the Javascript bindings for bullet to Haxe for armory in the haxebullet repo and the thought occurred to me that integrating something like the haxe webidl binder into Khamake could be useful. If you could use functions inside of your korefile.js
to specify the C++ sources to include similar to the generate functions in the webidl package, then it could make it a simple matter to bind any C/C++ libraries compatible with Emscripten into Kha projects with support for Krom.
If you think that might be a good idea then I'll probably start working on that to see if I can manage it. I'm still figuring out the binder a little bit, but it looks like it shouldn't be too complicated.