Fullscreen performance & ofGetHeight/Width
@aefreedman wrote: I've got a project I'm maintaining that started in OF 0.8 (maybe even 0.7). I'm using OS X Xcode 7 for development now and I've updated the OF library to 0.9.3. Everything is great...
View ArticleErrors in every addon
@karinkomkov wrote: hi, almost two weeks I'm struggling with OF. working on 0.9.3 OF VS2015 win 10. i already fixed a lot of errors and bugs BUT didn't have one time that something worked clean......
View ArticleUpgrading my shaders to 3.3
@Collin_Schupman wrote: I have a VboMesh I'm drawing with some shaders using OpenGL 2.X: .vert #version 120 uniform float rotation = 1.0; mat4 rotationMatrix(vec3 axis, float angle) { axis =...
View Articlemsys2 & W10, Makefile doesn't support OS
@aefreedman wrote: I'm running into the "This makefile does not support your operating system." on Windows 10, but my use-case is non-standard. Existing topics haven't been much help. I'm including...
View ArticleCompiling error on ubuntu with actual git version. No rule to make target...
@nanu_c wrote: I have problems compiling the projectGenerator or every other project i have.Can someone help me? Compiling projectGenerator for Releasemake[1]: Entering directory...
View ArticleOfxKinect addons doesn't linking libusb0.dll
@sachaamm wrote: Hi everybody ,I want to use an XBOX360 KINECT with OF , so i tried the kinectExample.I installed the freenect drivers with Zadig , and they are efficiently contained in ofxKinect...
View ArticleofGetTimestampString shows wrong results
@kevin11 wrote: I am using 0.9.3 version @ windows / Visual studio 2015. The function, ofGetTimestampString works incorrectly. The format string returns incorrect time string different from the...
View ArticleProblem with ofImage, iOS and Xcode 7.3
@jsmilton wrote: Hi guys, So I've got a project thats been running fine until i upgraded to Xcode 7.3. The issue is that using ofImage(fileName) logs an error "couldn't load image from fileName". I've...
View ArticleLoading Obj mesh with ofxassimpLoader failed
@sachaamm wrote: Hi everybody ! I would like to load a minimalist .obj file with ofxassetimpModelloader built during my sketch processMy .obj File is like this v 50 50 0v 974 50 0v 974 718 0v 50 718...
View ArticlePath error to openframework
@GalliezB wrote: Hi, We share code with github, my friend can't build my project. The error is : Erreur C1083 Impossible d'ouvrir le fichier source : 'Erreur C1083 Impossible d'ouvrir le fichier...
View ArticleBrief pause in animation every ~1 second
@myriad wrote: Hi everyone. I'm having an issue where there is a (very) slight pause about once per second when doing animation. It's almost as if it's duplicating a frame once per second, or skipping...
View ArticleOSC MalformedPacketException
@oweno wrote: I'm getting a terminate called after throwing an instance of 'osc::MalformedPacketException' what(): element size must be multiple of four I know the incoming packet was malformed, so my...
View ArticleDrastic Slow Down on calls to ofGetHeight() or ofGetWidth() in full screen?
@ttyy wrote: This seems like an odd bug: When in fullscreen mode, a for loop that uses ofGetWidth() and/or ofGetHeight() will slow my app to a crawl. I'm using oF 0.9.3 on OSX 10.11 Here is the code...
View ArticleError, when including ofApp.h more than once
@aart wrote: no matter in what class i try to include ofApp.h it gives an error before compiling, not sure if there is a reason for this, but seems like a big to me, since I have used proper guards,...
View Article3dprimitive.setPosition() not applying when doing 3dprimitive.getMesh()
@jpericas22 wrote: Hi, Just started exporting a group of ofBoxPrimitive with different positions to an ofMesh Couldnt get it working by setting the position of the primitive by using the class...
View ArticleIssue with attachTexture function in ofFbo
@dbisig wrote: Hi all, I'm currently facing a problem when trying to attach multiple textures to a single framebuffer object via the attachTexture function. My bare bone codes for doing this is as...
View ArticleVector.push_back(ofImage()) can't allocate region in 32-bit compile
@mosspassion wrote: Hello all, I'm using the latest nightly build to load a vector of ~9000 images. In of_v0.9.3 my vector does not have a problem allocating, but unfortunately this nightly build is...
View ArticleNo project generator for of_v0.9.x_msys2_release?
@lilive wrote: Hi,I can't find the project generator in the OF 0.9 msys version. Is it normal? I can't find anywhere any information about that.Thanks. Posts: 1 Participants: 1 Read full topic
View ArticleIssue with [error] ofPixels: image type not supported
@bloomboy wrote: Following a Kinect/FlowTools example at https://github.com/robksawyer/crea-example that is compiling on El Capitan 10.11.3 using Open Frameworks 0.9.3. Have tried rollbacks of the add...
View ArticleError compiling Project Generator in Linux Mint 64bits
@Adriantega wrote: There is an error when compiling the project generator, this is what it says: Compiling projectGenerator for Release HOST_OS=Linux checking pkg-config libraries: cairo zlib...
View Article