Windows Embedded compaq
@pandereto wrote: Hello Its possible to run a of app in Windows Embedded environment? i need to do a basic app for this platform and wondering if i can use oF Posts: 1 Participants: 1 Read full topic
View ArticleDrawing a rectangle on a diagonal angle
@sevdavis wrote: Hey guys, I’m slowing compling away at creating this interactive program in which a bear will animate to show 3 different emotions when the user brings foods to it’s face. Using...
View ArticleHow to properly allocate space for a polyline, knowing how many points I...
@woodlard wrote: Hi, I have a struct which contains a ofPolyline as one of its members. I want to allocate enough space for the whole struct, because I keep getting exceptions when I add points to the...
View ArticleNeed help trouble shooting
@sevdavis wrote: So i’m working on a program in which the user interacts with the face of a bear, The user drags the mouse to 1 of 3 objects. upon doing so the user is able to move the object on when...
View ArticleEmscripten Status
@964racer wrote: Hello-- What is the current status of Emscripten support for OF ? Last time I looked it wasn’t supported on Windows. Can anyone comment ? Posts: 1 Participants: 1 Read full topic
View ArticleHow to treat an ofImage as an ofRectangle to use intersects() method
@FozziWig1998 wrote: Hi! I am making this maze game where my players and enemies are ofImages. I was told that instead of making my own collision method, I could use the intersects() method that...
View ArticleSorting objects problem
@Gerardo_Pellicer wrote: Hi, I’m trying to compile the example I found here: http://openframeworks.cc/learning/08_other/sorttype/ About sorting objects, but I get the error: eference to non-static...
View ArticlePlay video with shader effects fps always change
@Jhovarie_Guiang wrote: Hi I am trying to play video with shader my problem is that the FPS always change from 46 FPS to 1 FPS the log of my FPS FPS: 46 FPS: 8 FPS: 6 FPS: 1 FPS: 4 FPS: 1 FPS: 8 FPS:...
View ArticleCube rotating on its own axis in orthographic projection
@sorrentix wrote: Hello everyone, I know I am asking something quite silly, but I can’t figure out what am I doing wrong. I have a cube, facing the “camera”, rotating on its y axis, in an ortograpic...
View ArticleReading UTF8 strings from xml file and draw it
@vpr_i wrote: Hey there, id like to read strings from a .xml file and draw it after. Everything works fine with Latin characters but as soon as I try to do the same with Arabic/Chinese characters it...
View ArticleProjectGenerator.exe on Windows
@964racer wrote: Any reason why the ProjectGenerator.exe would just start failing to bring up a window ? no error messages. it works fine from a new OF release tree, but not in my current development...
View ArticleHow to play video with steady speed
@Jhovarie_Guiang wrote: My codes looks like this… #include “ofApp.h” ofVideoPlayer video; void ofApp::setup() { video.loadMovie(“fight1.mp4”); video.play(); } void ofApp::update(){ video.update(); }...
View ArticleOpenframeworks setup problem ubuntu
@Jhovarie_Guiang wrote: I am fallowing the instruction from this link http://openframeworks.cc/setup/linux-install/ but I am having problem. Here what I did. cd OF/scripts/linux/ubuntu sudo...
View ArticleHow to resize ofxFaceTracker
@marlowe wrote: Sorry for a beginner question but I’m trying to adapt example-expression from https://github.com/kylemcdonald/ofxFaceTracker for my app. In particular, I want to make the tracker...
View ArticleofXParticleSystem
@HarryLee186 wrote: Hi, Currently using this: GitHub nathankoch/ofxParticleSystem ofxParticleSystem - Simple Particle system built in openFrameworks I want to make it so I can set the particle amount...
View ArticleofXml problem, not closing tag
@Gerardo_Pellicer wrote: Hi, I’m new to xml. I am trying this code: scoresXml.setTo("database"); scoresXml.addChild("jugador"); string j = "jugador"+ofToString(numeroDeJugadores); scoresXml.setTo(j);...
View ArticleUsing Noise to create a a sporadic twitch movement
@sevdavis wrote: So currently working through This project, and i just have a one more major thing. I’m trying to make it so that the head, the ears and the eyebrows of the bear that i’m drawing...
View ArticleEquivalent of OFImage grabScreen to Video
@Jhovarie_Guiang wrote: Hi guys I am trying to record the screen of my app… I just want to know what is the equivalent of this code into videos. OFImage image; image.grabScreen(0,0, ofGetWidth(),...
View ArticleQtcreator undefined reference to std::cout
@Jhovarie_Guiang wrote: I install openframework 9.4 and qt creator 4.1.0 I am using Ubuntu. After creating new project using qt it becomes useless because I cannot run it. The issues are In function...
View ArticleFix Service Host Local System High Disk Usage
@Ron_Hobert wrote: Hello all! I recently updated windows after which I started experiencing this issue. I don’t know what is possibly wrong but the high disk usage thing is killing me. I just need a...
View Article