lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi there,

After years of hard work (first release as a ruby gem in 2010 to create OpenCV bindings for Lua), I am *very* happy to release dub 2.2.0 !

Complete documentation: http://doc.lubyk.org/dub.html

Features:

  * Uses "doxygen" to create standalone bindings.
  * Support for C++ callbacks, garbage protection of public attributes, operators, etc.
  * Bindings work with lua 5.1, 5.2 and LuaJIT.
  * Very extensively tested and stable.
  * No fancy C++. Generated bindings are simple cpp files.
  * Read the documentation for details.

Real world examples:

"xml" lua rock
https://github.com/lubyk/xml/tree/master/src/bind

"lui" simple lua UI (not released yet)
https://github.com/lubyk/yaml/tree/master/src/bind

"box2D"
https://github.com/lubyk/b2/tree/master/src/bind

Cheers,

Gaspard Bucher
teti sàrl