New webpage and NEW blog!
February 14, 2010
Hi,
just launched a new webpage at www.ruim.pt
And i’ve also launched a new blog at www.ruim.com/blog which i’ll be updating from now on instead of this one! So please head there for the latest news.
Cheers
Rui
Smashing Magazine just put up an article about graphics created with code.
I got Air Doom and Vortex in the showcase.
Check out the article here
Air Doom:
Vortex:
OpenFrameworks talk at Sapo CodeBits
December 2, 2009
Hi,
i’ll be giving a talk about OpenFrameworks at Sapo CodeBits on December 3rd at 17:00. Clickhere for more info.
Should be great and thanks to Claudia at Elemento Indesejado for arranging this
ofxMarchingCubes
November 25, 2009
Addon for OpenFrameworks implementing the Marching Cubes algorithm based on the paper by Paul Bourke found here.
You can download it here
Telemegaphone Dale – a project by Unsworn Industries
November 16, 2009
Really beautiful project by swedish company Unsworn Industries
Final Zoetrope show in Lisbon and official release of CD+DVD
November 13, 2009
This last 11th November 2009, Micro Audio Waves performed at Culturgest what might be the last concert in Lisbon of Zoetrope, a multimedia concert/performance created by Rui Horta and Micro Audio Waves for which i worked as a multimedia programmer developing a software solution to manage the visual content of the show, the interactive visuals and one of the videos.
sooo…. heres a video of the Zoetrope premier at TeCA Porto in January 2009
and the making of
the CD/DVD is also on sale
EyeWriter
November 10, 2009
From the EyeWriter website:
“Members of Free Art and Technology (FAT), OpenFrameworks, the Graffiti Research Lab, and The Ebeling Group communities have teamed-up with a legendary LA graffiti writer, publisher and activist, named Tony Quan, aka TEMPTONE. Tony was diagnosed with ALS in 2003, a disease which has left him almost completely physically paralyzed… except for his eyes. This international team is working together to create a low-cost, open source eye-tracking system that will allow ALS patients to draw using just their eyes. The long-term goal is to create a professional/social network of software developers, hardware hackers, urban projection artists and ALS patients from around the world who are using local materials and open source research to creatively connect and make eye art.”
click here for more info
New OpenFrameworks addons
November 10, 2009
Added a few things to my google code repository
ofxCvEasyWarper – wraps the quad warping functionality in ofxOpenCV and add a simple GUI and methods to load and save
ofxCvOpticalFlowPyrLK – wraps the Lukas Kanade optical flow pyramid methods from OpenCV.
ofxRuiThread – extends the ofxThread addon and adds some useful methods to control and query threads.
you can download them here
One million particles in OpenCL + OpenFrameworks
October 31, 2009
Memo Akten took my OpenCL particle example and removed the particle to particle interaction (it’s a frame rate killer) and optimized it to run in the gpu. The result is one million particles interacting with the mouse running at over 100 frames per second!!!!
OpenCL Particles test
October 30, 2009
a test using OpenCL andOpenFrameworks.
5000 particles interact with each other and mouse cursor.
this runs easily at 30fps but snapz killed the framerate a little
this is running only on cpu and letting OpenCL do its thing. Its a lot faster than simply running it with “normal” code, but it definitely could run much faster on gpu.
source for this can be downloaded here: code.google.com/p/ruisource/
it includes a slightly modified version of the ofxOpenCL addon by Memo Akten.