iphone-wax

How to embed iPhone-Wax into app

Hello I have just learnt about iPhone-Wax (thanks to SO). Now the documentation is rather sparse for what I am trying to do. I want to embed it into an Objective-C app. I don't want it to be the main app. Has anyone done it and how can I achieve it? I would like to use it in the same way LuaObjectiveCBridge is used. ...

iPhone Wax accessing already instantiated classes

I am trying to access already instantiated OBjC classes via Lua. How can I do it? ...