Adaptation of the openFrameworks tutorials by Lewis Lepton for amasing Pure Data external ofelia (v4.0.0).
Found and explain diferences in original openFrameworks and ofelia methods, used in this course.
Unfortunately addons, used in this tutorials, not available in ofelia for now. And I didn't do videos wich include any addons.
Except ofxKinnekt
, which was replaced by the standard module ofVideoGrabber
and ofxAssimpModelLoader
, which was replaced by the standard module ofMesh
.
Instead of the ofxGui
I used the built in Pure Data GUI objects.
And took Pure Data sound analizing tools for building sound spectrum in 047 and 048 patches.
Watch the original openFrameworks playlist here: openFrameworks Tutorial Series
- original tutorial series GitHub repo
- ofelia GitHub repo
- ofxLua GitHub repo
- openFrameworks Documentation
- Lua 5.3 Reference Manual