Error implementing shader from TheBookofShaders code
@stupe wrote: I'm having some glitches when I implement my shader in OF.The fact is that I'm seing my shader working but with horitzontal glitches which I don't see in the book of shaders code...
View ArticlekeyReleased(int key) not working
@ZaellixA wrote: Hey all, as the title says I have an issue with keyReleased(int key)... It is not working at all, while keyPressed(int key) is working properly... I am using ofAppNoWindow() and I...
View ArticleEvent Listener Example Code Not Working
@thegrinch wrote: Hi I am trying to set up a basic event listener as described in the example here: http://openframeworks.cc/documentation/events/ However when I directly paste the code into my...
View ArticleHaving problem setting up qtcreator on windows
@dVendator wrote: Hi, I am new to openframaework and I am having problem setting the thing up on windows environment(win 8.1 x64). I am using Qt Creator 4.1.0 as described in tutorial post. error:...
View ArticleofxOpenNI not recognizing my Kinect
@kimberleyamackenzie wrote: I'm diving into a Kinect project (model 1414) using a Mac running Sierra. I have added ofxOpenNI and created a new project to test out some code; but my kinect isn't being...
View ArticleOpenframeworks iOS and arduino serial
@BenzaminJo wrote: Hello! I Happy new year everyone! I want to use ofSerial in openframeworks iOS. But, when I typing ofSerial in OF iOS, I can't use ofSerial with this error. "Field has incomplete...
View ArticleCodeblocks Version compatibility and eyewriter 2.0
@Angeline_Kingsteena wrote: Which version of openframeworks is compatible with codeblocks 16.01? and which versions match each other? system os in context is windows 10*64 bits. Posts: 5 Participants:...
View ArticleWhen is it appropriate to change the deployment target?
@clem wrote: OF seems to default to a deployment target of MacOS10.9. When would it be appropriate to bump that number up? And does the OF project itself need to match the app's target? Posts: 1...
View ArticlePlaying Video from a parallel thread
@strangerobot wrote: I am writing a program where a thread passes over a flag and a path through a global variable Part of the thread class void play() { globalpath = path; cout...
View ArticleHelp, I'm A Bit Stuck
@newuser wrote: Hi all. I just went the Qt Creator route. MSys installed to C:\msys. I followed the instructions to the letter, I think! I have the Project Wizards showing and Creator pointed at the...
View ArticleWorking with more then 8 ofLights-objects
@Jipolie01 wrote: Hi everybody, I'm trying to use a bunch of lights (over 20), I found out that the limit is 8. With help from an other post on this forum I was able to change my GL-version to 3,3....
View ArticleReading Kinect data
@haggi wrote: Hi,I try to use a Kinect V2 for an application. Unfortunately the Kinect does not really work on my machine, it continuously turns on and off every 10-20 seconds. It seems that no...
View ArticleHow to edit screen pixels
@noine wrote: So in Processing you can edit pixels with loadPixels() and updatePixels() and I'm trying to achieve the same here. Below the image is the code I'm using. I know that ofPixels is an...
View ArticleofxTimeline on recent master
@edapx wrote: Hello, I'm trying to use and ofxTimeline from the Entropy repository (https://github.com/Entropy/), because it looks one that is the version more up to date. I've also downloaded all the...
View ArticleofColor RGB component return types?
@JackKalish wrote: Hi, I have an ofColor object, and I would like to get the RGB components out of it, but for some reason when I print out color.r, I get weird characters instead of the 0-255 range I...
View ArticleModifier keys overriding keyPressed events [OSX, 0.10.0]
@autr wrote: Hello, in 0.10 w. High Sierra I'm not registering two keypresses when a modifier key is also pressed. For example; void ofApp::keyPressed( ofKeyEventArgs& e) { ofLog() <<...
View ArticleCompile problems on arch linux
@kflak1 wrote: Hi all, my first post in here Processing's OpenGL support is broken on Linux, which gave me the push to finally trying to get my head around of instead! I am trying to compile the...
View ArticleCrash if I minimize application
@haggi wrote: Hi,my application crashes if I minimize it (I'm on Windows10). The crash appears in ofAppGLFWWindow::draw() where the currentRenderer->setupScreen(); is called. The the current...
View ArticleHow to hide a console window when launching .exe file?
@cuinjune wrote: Hi, I created an OF project using Visual Studio 2015 on Windows 10 and It seems to work well in general.However, if I launch the generated .exe file, the console window always appears...
View ArticleoF-Based layout similar to Master Detail Flow Layout in Android?
@Bulgama wrote: Hello I am trying to create a Main page that has 4 graphical clickable areas within a big background photo. Clicking on a certain area takes me to new "Detail Page" at the detail page...
View Article