CreativeApplications.Net reports innovation and catalogues projects, tools and platforms relevant to the intersection of art, media and technology. Read more here.

t f r

Search

Faceless Void [Processing]

Inspired by the wonderful work Jonathan Puckey has been doing with custom designed Delaunay triangulation scriptographer plugin for Illustrator, Jason Lam created this Processing application that uses your webcam to generate the same affect in real time.

To run you will need the Triangulation Processing library available for download here and the source Jonathan was kind enough to make available for download here. He also points out to another Mesh Processing library by Lee Byron available here.

See Jason’s version of the video on Vimeo and mine below. Vimeo compression doesn’t help – looks much better in realtime.

Related Posts with Thumbnails

  • http://mb09.com/ jason lam

    thanks for appreciation! i am also a fan of this blog
    very nice done!

  • http://twitter.com/damolo Damolo

    should I start to learn processing?

  • jason lam

    it depends on your purpose, personally like processing as a start for its simplicity

  • Martin

    Hi! I’m trying to make it work but unfortunately it gives me an error at line 67:
    The method triangulate(ArrayList) in type Triangulate is not applicable for the arguments (Vector). Any ideas how to solve this? (I’m a newbie)… Thanks!

  • Joshua K.

    Hello,

    Is there a link to download the sketch?

  • Joshua K.

    Hello,

    Is there a link to download the sketch?

  • http://www.facebook.com/peter.marencik Peter Marenčík

    the link to sketch is somehow directing me to a weird webpage. seriously. any suggestion?

  • Jason Lam

    sorry since mb09.com is tempory down
    i’ve uploaded a copy to here
    http://x-ex.com.hk/mb09/download/facelessvoid.zip

  • Ge

    Hi, I installed the library and try tu run the sketch, but there’s a error : “Cannot Find a class or type names Point3f” . Any idea ?

  • H0rriblit0

    I think the original code used an old version of the library, so Point3f is nos recognized by the new library.
    If someone can help on how to fix this problem we would really appreciate it!

  • Yuan322002

    hi Martin
    I have the same problem. did you fix it?

    thanks!!!
    mike

  • http://www.facebook.com/profile.php?id=551931496 Ashley James Brown

    same problem with point3f – anyone have the older library that references
    import com.processinghacks.triangulate.*;
    rather than this new library which is
    import org.processing.wiki.triangulate.*;

  • D000

    not sure if the author is still updating this…I’ve got it almost working with the new libraries…https://gist.github.com/951523

  • Pingback: ionoi » Blog Archive » Faceless Void [Processing] – Realtime delaunay triangulation by Jason Lam | CreativeApplications.Net