"[warning] Cannot find Visual Studio Code template for new projects using...
i just compiled OF and project generator following the given instructions and Installed pojectGenerator. When I try to create a project using command: projectGenerator -r -t"Visual Studio Code...
View ArticleofDrawBitmapString text size with ofScale, not working?
guys , any ideas why ofDrawBitmapString cannot be scaled up or down with ofScale? it seems to only translate, but not increase in size… I noticed this years ago, but it also appears today in latest...
View ArticleBoth grabScreen() and saveViewport() resolution issue on windows
Hi, I’m working on an application written under linux, that will be in production under windows. Note that the windows machine as a GeForce GTX 1080, with a screen resolution set at 1920X1200. At a...
View ArticleProject Generator dosn't work macOS 11.5.2
Very new to this all. I downloaded OF and got the example to compile and run. Next up was the project generator. I am trying to run this on my new iMac M1 under Big Sur V11.5.2. When I try this I get...
View ArticleOF11 windows 10 videos
Hi, I’m trying to run the ofVideoPlayer example on a Windows 10 PC and I’m having problems in runtime. Without installing the K-lite 12.1.0 full or the latest 16.4.0, I get the following runtime...
View ArticleWhy does the Polyline take some drawing to appear?
Hello! I followed this tutorial and, when executing the second method of line drawing using the polyline, I experience a bug: I have to click and drag for a while and, and then all the lines I’ve...
View ArticleCan't install Kinect drivers
Using depth cameras like Kinect seems to be an important feature of openFrameworks, so I’m trying to get it working on my Windows 10 machine. It’s a Kinect XBOX360 Model 1414, but when running the...
View ArticleofDisableArbTex() and ofEnablePointSprites()
Is ofDisableArbTex() required to get point sprites to work? I can’t get anything to show up when I call ofDisableArbTex() before loading my image. In my setup() i have: ofDisableArbTex();...
View ArticleopenFrameWorks Error in when using VS Code debugger in MacBook Pro M1 Chip
I’m having problems with openFrameworks in visual studio code. Every time I try to use the debugger this error message appears. I am able to build and run with the terminal by using make RunRelease...
View Article[Stream 70] Expected 1748 data bytes, but got 948
This message continuously outputs when I’m using a Kinect. Is it something I should be worried about, eg. could it be responsible for slowing performance down? 1 post - 1 participant Read full topic
View ArticleMemory Leak on macOS 12.0.1 M1 Max
I’m trying to run a particle system app on macOS 12, and I’m seeing a pretty nasty memory leak. Based on looking at the trace files from Xcode, it seems like the two main culprits are some low level...
View ArticleHow to use ISF on Xcode Nov2021
Hello. I’m trying to understand what are the possibilities of using ISF these days with openFrameworks on MacOS. I’m not really able to test the examples of ofxVVISF neither ofxISF (this one is a bit...
View ArticleVS build errors w/ ofxAssimpModelLoader and ofxAssimpAnimation
Went through all of the steps on https://openframeworks.cc/setup/vs/. Created a project using the extension, located within the apps folder of the openFrameworks folder and added the GUI and model...
View ArticleMissing required architecture in File QTKit.tbd
Hey all, I’ve been trying to get a project working on macOS Monterey with XCode 13.2.1 on an M1 macPro using some open frameworks functionality. After a bit of troubleshooting, I got the error...
View ArticleofSoundBuffer corrupted last sample
Hello Everyone, I have a little problem using ofSoundBuffer. I’m streaming sound from a MS WASAPI microphone device through ofSoundStream. Everything works fine except the final sample in the...
View ArticleAdding OSC args after a Blob in an OSC message
Hello everyone, I’m having problems sending more than one blob in a single OSC message with ofxOscMessage The blobs contain very small arrays, so size is not the issue. When I receive the messages (in...
View ArticleUnresolved external error when trying to update in the Project Generator
Whenever I open an existing project with the Project Generator it results in a compilation error: image886×102 8.58 KB Booting a new project in the Project Generator and running it doesn’t result in...
View ArticleOF suddenly not working (traditional headermap style is no longer supported)
i’ve installed and have been successfully running OF fine for a while; but since yesterday, it says “traditional headermap style is no longer supported; please migrate to using separate headermaps and...
View ArticleNo projects compile. xcode 10.1 high Sierra 10.13.6
Hey I’m running XCode 10.1 on macOS high Sierra 10.13.6. every time I open an openFrame works example project or create my own in the project generator, the code never compiles and gives me this...
View ArticleBug with ofParameter
Starting from a fresh setup: ofPam.set(TILE_COLOR_PICKER_TXT, ofColor(255,255, 255, 255), ofColor(0, 0, 0, 0), ofColor(255, 255, 255, 255)); The “alpha selector” of the “picker” part does not seem to...
View Article