Kinect project crashing when I toggle fullscreen (while it is running)
@omarieclaire wrote: I want to be able to run my openFrameworks project in fullscreen (or even better, fullscreen on a second monitor or projector) but when I toggle fullscreen it always crashes. I...
View ArticleprojectGenerator does not start well
@kokichi wrote: スクリーンショット 2016-10-31 20.28.24.png498x642 41.5 KB I can not create a new project. It will be solved in Toggle Devtools?I wonder if I have the version? Environment that I have used is a...
View ArticleA suggestion for RPi installation
@ThreeDOgs wrote: 31.10.2016Hello, May I make a suggestion to the installation of OF to Raspberry Pi.(not only Rpi)In the documentation : cdwget...
View ArticleRotate of node around a specific point
@nosarious wrote: I see there are three different rotation methods for ofNode, but I am having trouble with them. I would like to do the following: move a point out from the ofNode by 'x' amount, and...
View ArticlesetBackgroundAuto(false) not working on Win10?
@musicality wrote: Hi everyone, first time posting here, a complete beginner with OF, so I'm sure this must be a trivial problem.I'm reading the ofBook and trying to do the graphics-part of the basic...
View ArticleObject Interactions with box2d and ofxcv
@pavankumar_kavvuri wrote: My target is to build a system where I can interact with my 3D objects away from screen virtually. I am a newbie for OF and Opencv. But I learnt OF as per my requirement....
View ArticleError ofAppGLFWWindow X11
@spinzero wrote: Hi! I try to compile Physx exemples with OF-9.7 and QtCreator 4.1, under debian jessie.OF's sources compile fine but for Physx's exemple (picking), i've got this compile error: [...
View ArticleSubscribe to Server Sent Events
@michif wrote: Hey AllI try to subscribe to Server Sent Events and have no Idea how to do so. Can I do that somehow with ofLoadURLAsync and then have a URL Notification? I tried it like...
View ArticleKeeping Openframework updated
@gu_ma wrote: Hi Everyone, Quick questions, what's the best way to keep OF up to date? Do you create a new folder for each new version of OF? Or is it better to have one directory only that is updated...
View ArticlegetPixels return type
@davidemania wrote: hi friends,may be I am missing something obvious but I can't get rid a a couple of annoying warnings (with of 0.9.4 on OSX, XCode 7.3) The warnings complain about some deprecated...
View ArticleDisplacing a video's depth in GLSL / Displacement Issues
@aceslowman wrote: What I'm doing just seems to be creating a displacement map, but I'm running into some issues in the process. I have two videos, one for the source, one for displacement. The...
View ArticleCast int or string to specific length, e.g. three digits …
@fooness wrote: Dear openFrameworkers, for almost an hour I’m trying to cast an int or a string to a specific length, for example three digits (with leading zeros). I don’t need int but string in my...
View ArticleDeclare global(?) variables like auto & string …
@fooness wrote: Dear openFrameworkers, I just read the oF-code-style but I’m still not really sure, on what’s the way to declare global(?) variables—by global I mean, I want to initialize them in...
View ArticleQuick hand with ofxBox2d collisions
@Miles wrote: Im using ofxBox2D for a small particle system, it's super simple, but I'm running into sloowwwwnesss because of how I'm testing collisions. So... I have 5 planets that are big and static...
View ArticleLighting with shaders
@aceslowman wrote: I've made a simple displacement map shader, and now I'm looking to shade it. From what I can tell, I can't use the typical ofEasyCam and ofLight combination without actually...
View ArticleCreate a class with ofxTCPClient object
@zebru wrote: Hi everyone! First time I post so hello world! The thing is that I'm familiarized with other PL and now I have to do a little project with OF and I'm having a problem that I'm not able...
View ArticleCenter and rotate: why I can't do it?
@SFR75 wrote: Hello, I spent last two hours trying to do an extremely simple thing.Move and rotate! I have a framebuffer size of a screen with pixels on it. When user selects a pixel I want the whole...
View ArticleDrawing SVGs from a folder?
@80l08 wrote: trying to work the ofxsvg and directory list examples into one project that reads from a folder of of svgs and then outlines them on the screen. It runs, but it just keeps drawing the...
View ArticleBest way to cull faces for multiple Kinect point clouds as triangles
@nosarious wrote: I am trying to draw two triangulated pointclouds, made with ofxDelaunay. Since I am drawing one and then the other, I think my triangles are overlapping. Should I try grabbing the...
View ArticleDisplay window across two screens out of four
@ajay wrote: Hi I am trying to display a window across 2 screens. The system has 4 monitors with the other two monitor running separate applications.How can I configure my application to run full...
View Article