ofPrimitiveProject : Description
Initial Revised Project Proposal:
Create a screen based programme, which allows the user to alter image files using various distortion techniques, to achieve a moving abstract animation.
The programme will all be contained on screen with controls to affect different parameters (sliders/buttons).
The programme will be functional in real-time desirably for live performance.
Using, (yet not limited to): ofGetElapsedTime() sin() ofNoise() ofxGui()
Possible expansion, would be to implement ofMesh and OpenGL in someway .
Outcome Evaluation:
I believe I have achieved the very basics of what i set out to do, however I was not totally happy with the outcome and plan to resolve these problems in future.
Aspects I stuggled with:
- accessing images within a image sequence from a vector and distorting these in real-time.
- swapping pixel values of selected areas within the image.
- implementing Gui interaction to change values within functions.
Resources and borrowed code:
http://openframeworks.cc/tutorials/graphics/generativemesh.html-
OpenFrameworks/Examples/Graphics/imageSequencer
https://sites.google.com/site/ofauckland/examples/11-hsb-color-vector-flow-field
http://www.openframeworks.cc/tutorials/c++%20concepts/001_stl_vectors_basic.html














