danomatika / ofxPd

(maintained) a Pure Data addon for OpenFrameworks using libpd
Other
202 stars 45 forks source link

ofSetBackgroundColor(100, 100, 100); in ofApp::setup() instead of ofBackground(100, 100, 100); in ofApp::update() #87

Closed Jonathhhan closed 10 months ago

Jonathhhan commented 2 years ago

Maybe not important for an example, but its a large performance increase with a small change (at least when running with Emscripten).