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

Add docs about Lua support #64

Open billyquith opened 7 years ago

billyquith commented 7 years ago

Ponder can currently reflect a Lua API for chosen classes. This is not documented.

Examples are in test: https://github.com/billyquith/ponder/blob/master/test/lua/main.cpp

billyquith commented 7 years ago

Make sure usage of PONDER_USES_LUA_IMPL covered. See #67