elliotwoods / ofxRulr

An application and high level framework for calibrating spaces with devices. Built on openFrameworks
134 stars 15 forks source link

Feature : Faster drawing of background grid #113

Closed elliotwoods closed 8 years ago

elliotwoods commented 8 years ago

Note that drawing is a bit broken in programmable GL renderer right now (since line thickness is not supported)

elliotwoods commented 8 years ago

edits need to be made to the drawGridLines function here: https://github.com/elliotwoods/ofxRulr/blob/master/Core/src/ofxRulr/Graph/Editor/Patch.cpp#L107

basically it's terrible right now!!