Are you planning to add a C extern API?
lingnand opened this issue · 3 comments
lingnand commented
I think this would open up an even wider space as other non C++ languages can then bind to your library to write cross platform UIs.
Maddimax commented
Support for non-C++ languages is something we want to do in the future, but we don't have a specific roadmap for it yet.
gitoby commented
What languages would you like to see support for?
lingnand commented
For me it would be haskell, but if there is the C api I can see it easily used for Rust / Go / Python, etc.