Programmatically enter full screen on launch (OSX)
@eco_bach1 wrote: HiI've designed an app that launches to 1080p dimensions on launch for an installation. Unfortunately I still see the window title bar. To eliminate this I need to manually choose...
View ArticleHow to run update() and draw() in keyPressed() event
@hyro wrote: Hi all, I have used Processing and recently moved into ofx.I am wondering is it possible to call update() and draw() function in the KeyPressed event, such as the code below. void...
View ArticleQuick draw() test with keyPressed() event
@hyro wrote: Hi all, I want to quickly test the draw() results in the key event, however, unlike Processing, I need to set a global variable and draw it when I press some key. It's tedius for quick...
View ArticleArea from random points
@hyro wrote: Hi all, Is there any ofx function/library returns area after triangulation?I am developing on windows Visual Studio and it is difficult for me to setup a project with addons for XCode,...
View ArticleSimple mic volume
@eco_bach1 wrote: ok, this HAS been asked before, but the example and answer are incomplete for beginners such as myself. http://forum.openframeworks.cc/t/simple-microphone-volume/2217 What I need is...
View ArticleAcceptable CPU idle % for installation
@eco_bach1 wrote: Testing a very CPU hungry app on both an iMac and a Mac Mini. iMac > 70% CPU idle time and 20% UserMini > 20-25% with roughly 60% total User This latter amount seems quite high...
View ArticleSuggestions on installation on a windows machine
@smtabatabaie wrote: Hi, I'm working on an installation which needs to have a live stream from a camera to a 100+ inches TV. I searched and viewed great posts like this...
View ArticleofxSceneManager duplicate scenes
@damm_hr13 wrote: helloi try to test ofxSceneManager addon to switch some sketch and examples, but when I compile, change scenes, they will copy! when compile, show the first scene normal:...
View ArticleCalculate 3d position in front of camera
@roEq wrote: Hi, I am trying to calculate a position that is always in front of the camera (using ofCamera) at a certain distance. I can get the position and orientation of the camera, but how would I...
View ArticleWhich version of openframeworks should i use?
@wysosow wrote: hi, can anyone tell me which version of openframeworks that can be use on vs 2015, i had been tried many version, but seen like got many problems, and if can teach me how to setup on...
View ArticleHow Interact with ContourFinder(Contour detected -OfxOpencv),blobs VS Some...
@Paulopurcino wrote: Hey,guys!@fbrmz ,@pelintra ,@benMcChesney and all. Hello from Brazil!Since January of this year I've been working hard in an interactive floor project installation.I'm bit confuse...
View ArticleGetting sections of an Image
@elliot wrote: Bit new to openFrameworks. I am looking at loading in multiple images and drawing them on top of each other. Then sectioning up each image. This is so I can then click on different...
View ArticleValgrind + openFrameworks on OSX
@racarate wrote: Hi all, I'm trying to run Valgrind on my current project on OSX. I can get valgrind (and cachegrind, callgrind etc.) to work fine on x86-64 programs but it bails out on my...
View ArticleUsing ofxGui slider values outside of ofApp
@aaa wrote: I have a class "Wave" and inside I'd like to access the slider value 'waveSpeed' but it gives me linking errors. z += ofApp::waveSpeed * deltaTime; That gives me invalid use of non-static...
View ArticleProblem with proper ofxOpenNI installation
@Ryan_Xu wrote: Hello there! I'm new to OF and i use my macbook for coding. Recently i read a book named MAKING THINGS SEE which talks about building interactive Processing apps with the help of...
View ArticlePS3 Eye - how to use CodeLaboratories SDK in oF
@joeseeba wrote: Hello everybody, this is my very first post here. I have some skill in Java/Processing and Actionscript, but I'm an absolute beginner in C++/oF. I'm seriously hitting the wall trying...
View ArticleVector of ofxMSAInteractiveObject
@globularcluster wrote: Hi! I'm trying to make a menu with buttons using the ofxMSAInteractiveObject addon, and the buttons using images that will be inside a folder. I'm using a vector, since the...
View ArticleopenFrameworks 0.9 + QtCreator
@Gallo wrote: Hello, First off, thanks a lot for the great work put into the new version 0.9 of openFrameworks which looks really great ! C++11 + new projectGenerator + QtCreator support among other...
View ArticleRaspberry pi2 projectGenerator
@stephanschulz wrote: it's my first time working with the pi2.there is not make file to make an executable for the projectGenerator. the command line projectGenerator has a make file and makes...
View ArticleProject tracker position back to screen fixing the distortion
@gonzzza wrote: Hi everyone! I am glad to be a part of OpenFrameworks community, hopefully outside the beginner forum soon. I am working on a multimedia project where IR tracker position is scanned...
View Article