gltfpp icon indicating copy to clipboard operation
gltfpp copied to clipboard

Export to JavaScript

Open mmha opened this issue 8 years ago • 0 comments

Currently, no functions and no classes are exported to JavaScript. This can be done with embind or nbind (with the advantage of being able to generate TypeScript annotations).

This can also be metaprogrammed away if all members are defined with BOOST_HANA_DEFINE_STRUCT. See #1 and ignore<T>.

mmha avatar Jun 02 '17 17:06 mmha