Nick Hardeman

Results 68 comments of Nick Hardeman

Thank you for the insight @ofZach :) I added a few examples based on some of your suggestions > drawing into a high res fbo for high res image output...

> I can work in an alternative approach, I use something like this > > ```c++ > void ofApp::setup(){ > int baud = 9600; > serial.listDevices(); > vector deviceList =...

@eduardfrigola yes I created the example on macOS 12.5.1 with M1 chip. So it should be good to go on macOS

@eduardfrigola thank you! I had been doing transform feedback with all GL calls prior to making this example and discovered that it had been integrated into OF. It's really great....

Is it possible to build for simulator on M1 Silicon? Running into this issue using the iOS nightly. `ld: in ../../../libs/boost/lib/ios/boost_system.a(error_code.o), building for iOS Simulator, but linking in object file...

@danoli3 Ok great, thank you. Xcode really wants me to have a developer license/team, is there a way to compile without one?

> This one is a personal favorite to be discussed and maybe solved > > * [ofSetColor(ofFloatColor) down-samples back to 8 bit #5421](https://github.com/openframeworks/openFrameworks/issues/5421) @dimitre Yes! I can add this to...

Hello, Interesting thought. If you are using midi, you might want to check out https://github.com/NickHardeman/ofxMidiParams It is less robust than ofxContolPanel, so it might not meet all your needs. We...

Just pushed up an event that passes the last clicked gui object. See these lines in the example: https://github.com/ofTheo/ofxControlPanel/blob/04724ad86b82f1b7aa38895caff226ad967d518b/example/src/ofApp.cpp#L114-L119

Hello, Looks like the transform attribute is different and just passes the translate information. Does changing the styling change what's output in the transform tag?