A new openFrameworks-Python Binding for OS X 10.5 is finally available for download. The new binding comes with an Xcode project including the openFrameworks 005 source code and required libraries plus an example of how to use the binding. As in the previous versions, after building the binding using Xcode, you may run the test […]
openFrameworks 005 Python Binding for OS X 10.5 Leopard
December 17th, 2008 · 5 Comments · Creative Coding
Tags:Binding·leopard·openframeworks·OS X·Python
Creating XCode Projects for SWIG Python-bindings
October 24th, 2008 · 9 Comments · Tutorials
SWIG makes the creation of bindings for C/C++ libraries easy for various high-level exits (Java, Perl, PHP, Python, etc.). However, in the case of Python on OS X, when the actual SWIG wrapper is finished the difficulties begin: one needs to create an adequate dynamic library for the Python runtime — and like with everything […]
Tags:Binding·C/C++·OS X·Python·SWIG
openFrameworks vs. Python
October 22nd, 2008 · 1 Comment · Creative Coding
If you know Processing you may have heard of openFrameworks. openFrameworks is a library for »creative coding« with regard to simplicity, performance and platform-independence. It is available in C++ featuring pre-compiled binaries and IDE projects for the major platforms (Mac OS X, Linux and Windows). However, during the work on my master’s thesis I have […]