You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ofReceive], [ofValue] can change name dynamically
float inlet is removed from [ofGetCanvasName], [ofGetDollarZero], [ofGetDollarArgs], [ofGetPatchDirectory] as it's problematic when used in cloned abstraction
[ofGetPos], [ofGetScale] are renamed to [ofGetWindowPos], [ofGetWindowScale]
[ofGetTranslate], [ofGetRotate], [ofGetScale] are added
[pdgui] abstractions are added to the "examples/gui" directory
[ofMap] has 5th argument which enables/disables clamping
[ofGetElapsedTime], [ofGetLastFrameTime] returns time in seconds
[ofGetElapsedTimeMillis], [ofGetLastFrameTimeMillis] are added