TheLartians / Glue

⛓️ Bindings that stick. A simple and generic API for C++ to other language bindings supporting bidirectional communication, inheritance and automatic declarations.
MIT License
56 stars 2 forks source link

Duktape / V8 integration #35

Closed TheLartians closed 4 years ago

TheLartians commented 5 years ago

The Glue bindings are designed to be language agnostic, which should allow easy creation of bindings to other languages. As Glue is currently only used in TypeScript projects bindings to embedded JavaScript interpreters like Duktape or V8 would be great. Documentation is very sparse atm but if anyone feels up to the challenge I'd be happy to provide assistance.

TheLartians commented 4 years ago

Outdated with new modular structure.