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

Use reflection library instead of visitors #37

Closed TheLartians closed 4 years ago

TheLartians commented 5 years ago

In the long term it would probably be beneficial to use a casting-aware any-type based on reflection instead of relying on the current visitor-based any library.

Possible candidates:

TheLartians commented 4 years ago

Reflection lib based on visitors was more flexible in the end