billyquith / ponder

C++ reflection library with Lua binding, and JSON and XML serialisation.
http://billyquith.github.io/ponder/
Other
640 stars 93 forks source link

Lua binding generator #40

Closed billyquith closed 7 years ago

billyquith commented 8 years ago

Generate a Lua (5.2) binding from a declared API. This is currently a WIP in the "script" branch. Hoping to include in version 1.4.

Currently can create class instances, access properties, call methods. Performance not currently a priority, just functionality.

billyquith commented 7 years ago

The bones of this is working. I'll close this and future bugs and features can be new issues.