ofxLua is now updated for the OF 0.9.0 api & lua 5.3.2
Note: deprecated functions are not included in the bindings, so you may have to update some scripts ie. things like ofImage::width are no longer available, use ofImage::getWidth() instead. See https://github.com/danomatika/swig-openframeworks/blob/master/interfaces/deprecated.i for the list of deprecations, as marked in the 0.9.0 api.