View allAll Photos Tagged Openframeworks
Tuesday through Friday, January 11-14
5:00pm-6:00pm EST
Carnegie Mellon University, Baker Hall 136A (Adamson Wing)
Map: bit.ly/g2aoR6 + Room location info.
In association with the first international OpenFrameworks World-Wide Developers Meeting, some of the world’s leading computational artist/developers will discuss their pioneering work at the intersection of arts and computer science.
During the week, the OpenFrameworks core development team is encamped at the STUDIO for Creative Inquiry to advance the next version of OpenFrameworks, a toolkit for new media education and creative coding. Each evening at 5pm, we will feature three or four short presentations by members of this team.
Presenters/Participants Include:
Zachary Lieberman / Theodore Watson / Arturo Castro / Mehmet Akten / Todd Vanderlin / Anton Marini / Damian Stewart / Kyle McDonald / Keith Pasko / Diederick Huijbers / Daito Manabe / Dan Wilcox / Jonathan Brodsky / Zach Gage
OpenFrameworks(OF) is a powerful, open-source toolkit for creative coding in C++.
OCRWordpress est un outil assemblé avec Openframeworks et utilisant un algorithme OCR (Optical Character Recognition) pour détecter du texte dans une image. L'extrait de texte isolé peut être ensuite envoyé et ajouté à un article d'un blog fonctionnant avec Wordpress. La détection est n'est pas parfaite et nécessite une correction manuelle.
—
J'ai pour projet de maintenir sur un blog une liste de livres que j'ai lu et de référencer pour chacun certains passages qui m'ont marqués, sans à avoir à retaper manuellement le texte. Je ne me suis pas documenté sur les solutions qui existent à ce niveau avec les liseuses.
—
L'outil est basé sur les librairies ofxTesseract pour la reconnaissance optique, ofxUI pour l'interface graphique et xmlrpc++ pour la communication avec Wordpress.
experimenting with animating streamlines driven by a vector field. these streamlines pulsate in size and colour + the brightest areas of the animation represent the strongest part of the vector field.
Tuesday through Friday, January 11-14
5:00pm-6:00pm EST
Carnegie Mellon University, Baker Hall 136A (Adamson Wing)
Map: bit.ly/g2aoR6 + Room location info.
In association with the first international OpenFrameworks World-Wide Developers Meeting, some of the world’s leading computational artist/developers will discuss their pioneering work at the intersection of arts and computer science.
During the week, the OpenFrameworks core development team is encamped at the STUDIO for Creative Inquiry to advance the next version of OpenFrameworks, a toolkit for new media education and creative coding. Each evening at 5pm, we will feature three or four short presentations by members of this team.
Presenters/Participants Include:
Zachary Lieberman / Theodore Watson / Arturo Castro / Mehmet Akten / Todd Vanderlin / Anton Marini / Damian Stewart / Kyle McDonald / Keith Pasko / Diederick Huijbers / Daito Manabe / Dan Wilcox / Jonathan Brodsky / Zach Gage
OpenFrameworks(OF) is a powerful, open-source toolkit for creative coding in C++.
The linker-level symbolic dependancies of every compiled openFrameworks object file.
Each node represents an object file compiled from a .cpp file in the core openFrameworks codebase. A line between two nodes indicates that the origin node has undefined symbols that are found in the destination node, indicating a linker dependency.
Part of my continued exploration on using openFrameworks as a backing engine for creative coding and language design experiments.
Created using graphviz: gist.github.com/nasser/5498863
novel technique for structured light scanning, 'frequency shift' scanning. hoping i can make this the first structured light technique that's open source from the idea to the implementation...
thanks @cibomahto for posing :)
Tuesday through Friday, January 11-14
5:00pm-6:00pm EST
Carnegie Mellon University, Baker Hall 136A (Adamson Wing)
Map: bit.ly/g2aoR6 + Room location info.
In association with the first international OpenFrameworks World-Wide Developers Meeting, some of the world’s leading computational artist/developers will discuss their pioneering work at the intersection of arts and computer science.
During the week, the OpenFrameworks core development team is encamped at the STUDIO for Creative Inquiry to advance the next version of OpenFrameworks, a toolkit for new media education and creative coding. Each evening at 5pm, we will feature three or four short presentations by members of this team.
Presenters/Participants Include:
Zachary Lieberman / Theodore Watson / Arturo Castro / Mehmet Akten / Todd Vanderlin / Anton Marini / Damian Stewart / Kyle McDonald / Keith Pasko / Diederick Huijbers / Daito Manabe / Dan Wilcox / Jonathan Brodsky / Zach Gage
OpenFrameworks(OF) is a powerful, open-source toolkit for creative coding in C++.
porting some old ribbon code from processing to openFrameworks.
got a nice looking noise field using perlin noise and also added a new feature of colour mapping from an external jpg file
Playing with the concept of "pi loops" from the bottom of this page www.angio.net/pi/piquery.html#why
If you look up a number in the digits of pi, and then take the position of that number and look it up, and do this recursively until you arrive at the original number, you have found a pi loop.
The image represents the recursion along the x axis, and the base value along the y axis (starting at 0, going to 512). The horizontal lines point to pi loops.
1 million digits of pi were considered in this process.
photo credit: Kyle McDonald
In association with the first international OpenFrameworks World-Wide Developers Meeting, some of the world’s leading computational artist/developers will discuss their pioneering work at the intersection of arts and computer science.
During the week, the OpenFrameworks core development team is encamped at the STUDIO for Creative Inquiry to advance the next version of OpenFrameworks, a toolkit for new media education and creative coding. Each evening at 5pm, we will feature three or four short presentations by members of this team.
Presenters/Participants Include:
Zachary Lieberman / Theodore Watson / Arturo Castro / Mehmet Akten / Todd Vanderlin / Anton Marini / Damian Stewart / Kyle McDonald / Keith Pasko / Diederick Huijbers / Daito Manabe / Dan Wilcox / Jonathan Brodsky / Zach Gage
OpenFrameworks(OF) is a powerful, open-source toolkit for creative coding in C++.
I am working on print resolution versions of flowers from my "Flowers with Tendrils" video and generated this thing completely by accident. It was too weird and interesting not to save and share.