2007-09-25 17:11 pdlua-0.2 released
pdlua is a library for extending Pd with Lua.
Features:
- Loader functionality gives Lua objects full Pd class status.
- [luax] class to create Lua objects without full class status (useful for rapid development and testing).
- [lua] class to run Lua scripts.
- Example files ranging from trivial (helloworld) to powerful (lexpr).
- Incomplete documentation.
Note: several things changed to make pdlua-0.2 incompatible with pdlua-0.1, however upgrading is highly recommended.
You can download a source tarball here: pdlua-0.2. Or check out the development sources from the Subversion repository:
svn co https://devel.goto10.org/svn/maximus/pdlua pdlua
-
Comment