davidsiaw / luacppinterface

A Simple C++ Interface to Lua
MIT License
167 stars 27 forks source link

LuaCppInterface as a header-only library #29

Open davidsiaw opened 8 years ago

davidsiaw commented 8 years ago

While I can feel the pain of LuaCppInterface not being a header lib, compiling it is not very difficult (I would assume)

Nevertheless it would make an interestingly academic experiment.

If you would like this feature please comment.

ziab commented 8 years ago

Are you thinking about a set of headers or a single-header library? Since it's a light weight and no-dependency library, either way would work.

davidsiaw commented 8 years ago

Well a set of headers that are simply included by one header with a bunch of useful defines