ofLua/openFrameworks mode
.
Frenetic audio reactive spirograph
.
based on code from https://github.com/rspt/processing-spirograph
K1 – density?
K2 – center offset
K3 – size
K4 – x-rotation (360)
K5 – y-rotation (360)
ofLua/openFrameworks mode
.
Frenetic audio reactive spirograph
.
based on code from https://github.com/rspt/processing-spirograph
K1 – density?
K2 – center offset
K3 – size
K4 – x-rotation (360)
K5 – y-rotation (360)
You must be logged in to post a comment.
privacy policy | contact us | discord | api | github issues
Wow!! These LUA/OFX/OpenGL modes are looking so NICE!!
Oops Spoke too soon this was a blank mode on the Eyesy… the other LUA/OpenFrameWorks/OpenGL Dual Circle works fine… Hmm I guess I’ll see if there’s some obvious difference that accounts for that when it’s not past midnight.
Updated – please test! :)
This one is still erroring out… Looks something like this in the editor console…
script finished
[verbose] ofxLua: Cleared state
[verbose] ofxLua: Initialized state
[verbose] ofxLua: Doing script: “main.lua” path: “/sdcard/Modes/oFLua/spirograph”
[verbose] ofxLua: Changing to script dir “/sdcard/Modes/oFLua/spirograph”
[notice ] got a script error: /sdcard/Modes/oFLua/spirograph/main.lua:6: unexpected symbol near ‘1.1’
[warning] ofxLua: Couldn’t push global table “inL”
[warning] ofxLua: Couldn’t push global table “inR”
[warning] ofxLua: Couldn’t push global table “inL”
[warning] ofxLua: Couldn’t push global table “inR”
I think it the Commenting error near the version… on line 6…
– version 1.1 (#Problem)
— version 1.1
Yup! Added a Double Hyphen to Line 6… and this is working perfectly.
Updated to fix bad comment.