Showing posts with label processing. Show all posts
Showing posts with label processing. Show all posts

Wednesday, December 18, 2013

Iterator in Processing 2

error messages:

Cannot find a class or type named "File"
and
Cannot find a class or type named "Iterator"

solution:
import java.io.File;
import java.util.Iterator;

...

Tuesday, April 23, 2013

Processing - offset printing - CMYK

...the use of a slightly modified processing pgraphicspdf class which permits, among a few other things, to set colors in cmyk space. The actual Processing PDF library permits to create PDF documents with the familiar Processing graphics API. The library includes the iText Open Source Library for Java

http://www.creativeapplications.net/processing/printshop-with-processing-preparing-algorithmic-content-for-offset-print/

Andreas Gysin

Thursday, March 7, 2013

Geomerative - a Processing library



Geomerative is a library for Processing. It extends 2D geometry operations to facilitate generative geometry. Includes a TrueType font and an SVG interpreters. This library exposes the shapes (such as vector drawings or typographies) in a more approchable way. Geomerative makes it easy to access the paths, the handles and the points, making it easy to develop generative typography and geometry pieces in Processing.

 
http://www.ricardmarxer.com/geomerative/

Fontastic - a Processing library


Fontastic
is a Processing library
to create font files

Created by Andreas Koller


http://code.andreaskoller.com/libraries/fontastic/

Monday, March 4, 2013

Duration Timeline

http://www.duration.cc/

Duration is a timeline for creative coding. Create live performances, interactive installations, and music visualizations by synchronously composing servos, lighting, and projection. 

Duration integrates with OpenFrameworks, Processing, Cinder, vvvv, Unity3d, Quartz, and any other OSC enabled environment.

Perfect.