mathr / blog / #

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.

Check out the development sources from the Subversion repository:

svn co https://code.goto10.org/svn/maximus/pdlua pdlua