Geometry shaders in Processing 1.X

edited October 2013 in Share Your Work

Hi, I have written three simple sketches using geometry shaders and a short introduction, covering some use cases where they can be quite handy. I have used Processing 1.5 and GlGraphics, as Processing 2 doesn't support them for now. To keep shaders as simple as possible the lighting has been reduced to just a diffuse factor.

Find it here: www.nachocossio.com/geometry-shaders-in-processing/

Github: github.com/kosowski/Geometry-shaders-Processing

Twitter: twitter.com/kosowski_/status/388363676001918976

Comments

  • Wow, this is very cool!!

    I have just started looking at shaders but I don't understand them yet. I have seen the examples that come with the latest versions of processing which have geometry in them. But from your post I understand that geometry shaders are not supported. Could you explain that further?

    Thanks for sharing!

  • This thread was started a year ago, by now geometry and tesselation shaders are possible in Processing 2.

  • edited October 2014

    Updating those examples to Processing 2 using codeanticode's classes is in my To do list.

Sign In or Register to comment.