decimad / luabind-deboostified

Create Lua bindings for your C++ code easily - my improvements
http://www.vrac.iastate.edu/vancegroup/docs/luabind/
Other
71 stars 26 forks source link

Do you have any plans to extend initial functionality? #23

Open bagobor opened 8 years ago

bagobor commented 8 years ago

Ideas:

decimad commented 8 years ago

The thing is, I find creating separate bindings ultimately a waste of time... I'm !slowly! developing a C++ reflection library (that is, it is supposed to be used even within c++ for serialization, modularization and ui development... I'd argue it would be a better idea to have the lua or whatever binding a submodule of this... That being said I'm happily accepting detailed proposals or pull requests, which helps discovering practical use cases.

bagobor commented 8 years ago

I totally agree. But after benchmarking I found that luabind stiff is the fastest lua binding. About reflection/serialization/ui - do you know about https://github.com/cpgf/cpgf ?