lubyk / dub

A Lua bindings generator that uses Doxygen to parse C/C++ headers.
doc.lubyk.org/dub.html
Other
82 stars 34 forks source link

C++11 shared pointers? #15

Closed JoshKlint closed 6 years ago

JoshKlint commented 6 years ago

Hi, I am looking for a Lua binding library with support for C++11 shared pointers for Leadwerks Game Engine 5. Previously, we used ToLua++. Does Dub support this?

gaspard commented 6 years ago

Hi there, It's been a time since I was involved with Lua... I used reference counting with dub when creating bindings to bullet physics.

Have you looked at the docs: https://lubyk.github.io/lubyk/dub.html ?