Hi, ofelia v1.0.7 is now available.
This version includes GLSL shader loader.
GLSL is a C/C++ similar high level programming language for several parts of the graphic card. With GLSL you can code short programs called shaders which are executed on the GPU.
Please try out the examples in the "ofelia/examples/shader" directory.
You can see the full list of shader objects from "ofelia/help-intro.pd".
Changes:
- added primMode argument to cone, cylinder, plane, sphere mesh command
- added ofShader related objects and help files
- added shader examples to the "examples/shader" directory
- added draggableShapes example to the "examples/input" directory
Upcoming features:
- Video player and grabber
- SVG loader
- GUI abstractions
More info about ofelia: https://github.com/cuinjune/ofxOfelia
Cheers!