An open API service indexing awesome lists of open source software.

https://github.com/v3ga/workshop_processing_paris_2013

GL & GLSL sketches using Processing 1.5.1 and GLGraphics
https://github.com/v3ga/workshop_processing_paris_2013

glsl processing shaders workshop

Last synced: 11 months ago
JSON representation

GL & GLSL sketches using Processing 1.5.1 and GLGraphics

Awesome Lists containing this project

README

          

Processing Paris 2013 Masterclass
====================================

http://www.processingparis.org/2013/03/processing-paris-workshops-2013-masterclass/

"The masterclass for this year will be dedicated to learning and applying shader techniques with Processing. Used extensively for real-time graphics applications, shaders have evolved rapidly over the last few years and have have been implemented in the latest version of Processing with GLSL shaders and a new PShader class thanks to work and development from Andreas Colubri.
Shaders can be used in many different ways. This workshop will explore during the three days a variety of applications : from generating 2D images to 3D models as well as possible cellular automata systems."

![Poster](http://v3ga.github.io/Images/Workshop_Processing_Paris_2013/AffichePParis2013_WWeb-689x1024.jpg)

## Libraries
The sketches were were built for [Processing 1.5.1](http://processing.org/download) using the following libraries:

* [GLGraphics 1.0.0](http://glgraphics.sourceforge.net)
* [GSVideo](http://gsvideo.sourceforge.net)
* [ToxicLibs](http://toxiclibs.org)

![GLSL_grid_displacement_noise_02](http://v3ga.github.io/Images/Workshop_Processing_Paris_2013/GLSL_grid_displacement_noise_02.png)
![GLSL_grid_displacement_sine_noise](http://v3ga.github.io/Images/Workshop_Processing_Paris_2013/GLSL_sphere_displacement_sine_noise.png)
![GLSL_grid_displacement](http://v3ga.github.io/Images/Workshop_Processing_Paris_2013/GLSL_grid_displacement.png)
![GLSL_spherical_harmonics_cubemap](http://v3ga.github.io/Images/Workshop_Processing_Paris_2013/GLSL_spherical_harmonics_cubemap.png)
![GLSL_torus_knot_lights_dither](http://v3ga.github.io/Images/Workshop_Processing_Paris_2013/GLSL_torus_knot_lights_dither.png)
![GL_torus_lights](http://v3ga.github.io/Images/Workshop_Processing_Paris_2013/GL_torus_lights.png)