View allAll Photos Tagged openframeworks
I got OpenCV working with my particle painting program in open frameworks. Still a work in progress.
We took our 'Flutter' workshop to the Action Factory in Blackburn for their Community Open Day, 16th February 2011. Special thanks to Lucy Ann Jones for inviting us, it was a fantastic day!
Flutter is a participatory art project created by Tom Betts (nullpointer) which allows children from a very early age to take part in creating a digital art installation. Each child makes a butterfly, using everyday craft materials, which is then brought to life in a video projected 3D world.
Flutter uses real-time computer graphics software developed in openFrameworks.
Photos by Lucy Ann Jones.
working on the new OF release.
imageCompressionExample. original photo courtesy of Caitlin Morris www.flickr.com/photos/caitlinmorris/4701681083/
I wrote a quick program to generate monsters for my kids this halloween. This is not a serious art project but fun for my family that turned into something cool enough to share.
It was created in openframeworks 0.006 using code blocks. You can download the source from the project page! I'm sure you can swap out different eyes and mouths for different looking monsters.
It uses a version the hair particle drawing class I wrote to do my hair drawings, I just swapped it out with opaque textures of eyeballs and mouths and placed the drawing origins in the lower right corner. I then copy the screen to a FBO Texture and draw that to screen flipped so the creature is both vertically and horizontally symmetrical and voila...a tentacled eyeball creature!
Project page: www.donrelyea.com/monsters.htm
DOF with lines. Not quite as pure/correct as with points, but pretty good for most lines.
Code here: code.google.com/p/kyle/source/browse/#svn/trunk/openframe...
working with multiscale turing patterns www.wblut.com/2011/07/13/mccabeism-turning-noise-into-a-t...