ofxDatGui: A New User Interface for OF
I think the current solution is probably ok though considering you would have to either solve it with something like ofAbstractDatGuiSlider or probe the type later in order to set it Also, I think the...
View ArticleofxGUI no background on Jetson TK1
@arturo , I compiled the newest version(0.9.0) on Jetson TK1, the problem is still there, and I checked the polygon example @amozoo, they all failed.I am a newer on github, so what can I do to fix...
View ArticleofVideoPlayer and ofDisableArbTex()
Couple of updates: I just tried this on Windows and rendering video works with ofDisableArbText(). I digged through ofAVFoundationPlayer and noticed that the texture target is only set in the iOS...
View ArticleofxDatGui: A New User Interface for OF
This doesn't work with ofEnableDepthTest(); enabled. Just letting you know but great job. I'm using this in my project now.
View ArticleofxDatGui: A New User Interface for OF
@jvcleave Good point, that's a solid argument for multiple constructors that specify the acceptable data types. @nathanblanchard12 Thanks for letting me know. I just pushed up a patch on dev that...
View ArticleofxOmxPlayer Stutter on video open/start
Hi all, I have a problem on using a vector of ofxomxplayers: when I do so I can not "reach" any of the players to check if it is finished, change the volume and so on. In the multiple player example...
View ArticleMultiple ofxomxplayers: fetch details of one of the players
Hi all, When I am using a vector of ofxomxplayer - like in the multiple players example - I can not seem to fetch actual information (e.g. getCurrentFrame() or isPlaying()). Setting volume seems...
View ArticleSpeeding up builds with pre-compiled prefix headers
some notes on how to do this (presumes within an addon, but easy to adapt for an app): Pasted image2060x3228 236 KB
View ArticleofxDatGui: A New User Interface for OF
@braitsch about min and max, they are there by deafult because it's a very frequently used feature but you can totally ignore it if you don't use it and just use set(name, value). in the future we...
View ArticleGPIO connected screen not showing openFrameworks visuals
Hi, I am running Raspbian Jessie on a Pi 2 with openFrameworks generating moving visuals on screen. All works well as long as I use an HDMI screen. I want to show the visuals on a Tontec® 3.5 Inches...
View ArticleNew ofxaddons ofxReflectionRefraction
Hi, this a new addons Reflection and Refraction in skyboxdone with GLSL 150 to wrap ofMesh / ofVbo. code: https://github.com/kashimAstro/ofxReflectionRefraction video: photo: 3.png1365x747 1.14 MB...
View ArticleofxInteractivePrimitives won't run on 0.9.0 [Fixed]
I am trying to run the ofxInteractivePrimitives example project on the latest version of OpenFrameworks (0.9.0). The Context::enableAllEvent() function won't run, probably because something with the...
View Article[ error ] ofSerial: writeByte(): serial not inited
Hi, everyone! I am currently trying to build simple connection between TouchOsc, Openframeworks and Arduino. And I met with the problem sending data from OF to Arduino. So I tried to write the simple...
View Article[ error ] ofSerial: writeByte(): serial not inited
Hi. it might help to turn on verbose logging:ofSetLogLevel(OF_LOG_VERBOSE); you can print out a list of your serial devices like this:serial.listDevices(); last but not least, you can check what...
View ArticleDebugging Undefined symbols for architecture x86_64:
After some googling my conclusion is that there is more than one cause for this error.Trying to add a scheduling library, ofxlCalendar to my project. It was compiling fine, now for some reason, I keep...
View ArticleVideo playback with animation codec on Mac The decoder required for this...
hi. the animation codec is deprecated and not supported by AVFoundation.https://forums.creativecow.net/thread/71/863688 better to use ProRes or h264 instead.
View ArticleAre there any plan for supporting CLion?
Thanks for the effort on this! Does SFBurning fork still has problems with native OpenGL calls?
View ArticleofVideoPlayer and ofDisableArbTex()
prisonerjohn: stackoverflow.com Core Video pixel buffers as GL_TEXTURE_2D asked by v01d on 12:54PM - 18 Dec 12 osx, opengl, core-video So how did you solve this issue? Can you post an example of video...
View ArticleofVideoPlayer and ofDisableArbTex()
I haven't resolved it yet. Waiting to see if there's a better alternative.
View ArticleofVideoPlayer and ofDisableArbTex()
I did this recently and was surprised it worked as I didn't think the non-Arb texture would draw in setup() ofFbo::Settings fboSettings; fboSettings.width = videoPlayer.getWidth(); fboSettings.height...
View Article