mathr / blog / #

Loader for writing Pd externals in Lua

Lua is a cute little embeddable extension language. I'm using SWIG and a few hand-coded wrapper functions to embed Lua in Pd. Not all functionality is there yet, but it's getting there. Once the Pd API is more fully accessible from Lua code, I'll write a nicer wrapper that lets you define Pd object classes using Lua-style OOP.