ofxPython icon indicating copy to clipboard operation
ofxPython copied to clipboard

Bindings ?

Open stuaxo opened this issue 9 years ago • 5 comments

Hi, I assume that in here are some up-to-date OF bindings. It would be great if these could be used from a python interpreter outside OF somehow ?

S

stuaxo avatar Aug 01 '15 05:08 stuaxo

The bindings are generated with SWIG in swig-openframeworks, and AFAIK they are only for OF v0.8.4. The generated files are the .c file and the .py file.

Using the bindings outside OF is probably very tricky. Some time ago I tried several strategies and failed miserably. The problem was related to the way OF is compiled, and its dependencies (I don't remember the details, but had something to do with PIC).

Let me know if you have any progress in that way.

chaosct avatar Aug 06 '15 15:08 chaosct

thanks for the addon. looks great. are you planning to update it to work with OF 0.9.0 ? thanks

antimodular avatar Dec 22 '15 19:12 antimodular

The OF0.9.0 branch is mostly working. You can use that :)

On Tue, Dec 22, 2015, 8:06 PM antimodular [email protected] wrote:

thanks for the addon. looks great. are you planning to update it to work with OF 0.9.0 ? thanks

— Reply to this email directly or view it on GitHub https://github.com/chaosct/ofxPython/issues/12#issuecomment-166705179.

chaosct avatar Dec 22 '15 19:12 chaosct

thanks again for making it work for The OF0.9.0 last year. have happened to updated it to The OF0.9.3 or even the newest The OF0.9.8 version? just checking. thanks :)

stephanschulz avatar Dec 21 '16 22:12 stephanschulz

i was able to update your addon to work with of 0.9.8 on osx 10.11. see here: https://github.com/antimodular/ofxPython/tree/OF0.9.8

antimodular avatar Dec 22 '16 17:12 antimodular