This page is an archive of iMAL's wiki that operated between 2012 and 2022. It documented projects, residencies and workshops mostly taking place at iMAL's Fablab.

Older & newer Fablab projects are now found at fablab.imal.org

All tagged ios

openFrameworks is an open source C++ toolkit for creative coding. It has been created by artists for creative people to ease the development of C++ applications for multiple platforms (from desktop to mobile devices on iOS or Android) while giving access to the full power and efficiency of the...
... if your application saves for example images or text files that you'd like to get out of your iOS device. First, as a reminder, that's how you typically write a local file in OpenFrameworks: ofFile file; file.open("myfile.txt", ofFile::WriteOnly, true); file <...