moebiusSurfing
moebiusSurfing
Hey @jvcleave , do you think this addon should work? I tried to move the example to 'myApps' and also updated with ProjectGenerator without success. I am getting some errors...
hey, I added Poco with Project Generator and #include "ofxXmlPoco.h" ``` Severity Code Description Project File Line Suppression State Error (active) E1696 cannot open source file "unistd.h" ofxVideoRecorderExample openframeworks\addons\ofxVideoRecorder\src\ofxVideoRecorder.cpp 10...
I am getting xml related errors: ``` /Users/x/Documents/openFrameworks/addons/ofxTouchGUI/src/ofxTouchGUI.mm:1011:9: No member named 'setTo' in 'ofXml' /Users/x/Documents/openFrameworks/addons/ofxTouchGUI/src/ofxTouchGUI.mm:1012:28: No member named 'getNumChildren' in 'ofXml' /Users/x/Documents/openFrameworks/addons/ofxTouchGUI/src/ofxTouchGUI.mm:1016:13: No member named 'setToChild' in 'ofXml' ``` Should...
Thanks for sharing @kentaroid , I have not seen any other 3d font alternative ofxAddon like this one. I am trying to build on OSX with OF 0.11 but I...
Hey, thanks for that list! sorry for the newbie question, but do you know if these prompts can be used in other chat engines? the two that you liked (esperando...
```.cpp ofTrueTypeFont font string p = OF_TTF_MONO; bool b=font.load(p, 20, true, false, true); ofLog()
I am not getting audio when playing o Windows. I tried to switch oF sound API to DirectSound as usual: ```.cpp ofSoundStream soundStream; setupAudio() { soundStream.printDeviceList(); int bufferSize = 512;...
Hello, I would like to generate 10 thumbnails from the loaded video, but without having to play the video (with a semi manual workflow...) I tried to set the player...
hey @altschuler , I made some customization of some parts to fit my style colors theme, and I have noticed that in some types, a weird line is drawn. Is...
Hey @bakercp , I am getting this error on Windows 11/ VS 2022 ` Severity Code Description Project File Line Suppression State Error C2117 'kPrefixSuffix': array bounds overflow example_directory_list C:\Users\moebi\Documents\openFrameworks\addons\ofxIO\libs\brotli\src\common\transform.c...