Processing.org Nine Block Patterns
Description
This is an implementation of the nine block pattern in processing.org for live visuals.
You can have an idea of how the thing might look there : http://www.youtube.com/watch?v=gmpb9YYEPLU or there http://www.youtube.com/watch?v=khHUWvTjZ3k
Version 1 is an early version that works by drawing using standard processing's functions.
Pattern_Merge is a newer version that render using processing's functions and also use lower level OPENGL functions and OPENGL Display list to speed up the thing quite a bit. Merge Version also features major improvements over the initial version
- OpenGL rendering
- scrolling
- presets
- layers
- mouse control
- antialiasing
- gradients
- GUI
- Midi control
- beat detection using line input
- ...
Source
https://github.com/hdavid/PatternsContact
feel free to contact me for any suggestions and bug reports.