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 openframeworks

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...
François Zajéga est un artiste programmeur vivant et codant à Bruxelles. Après une formation d'infographie, une formation de dessin, une carrière professionnelle de web-designer/web-master comme employé et entrepreneur, il a exploré le monde scientifique à l'institut Numédiart de l'Université de...
If something's not working on this website, I'm probably the one to blame.
interactive developer - ghent, belgium
Computational designer/artist based in Ghent, Belgium.
... 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 <...