[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANNOUNCE] luabind available as public beta
- From: Arvid Norberg <c99ang@...>
- Date: Wed, 16 Apr 2003 01:55:28 +0200
We are pleased to announce that a beta of luabind is now available for
public download.
http://luabind.sf.net/
luabind is a library that helps you create bindings between C++ and
<http://www.lua.org>lua. It has the ability to expose functions and
classes, written in C++, to lua. It also supplies the functionality to
define classes in lua and let them derive from other lua classes or C++
classes.
---
Arvid Norberg and Daniel Wallin