iPad and Desktop app gesture sync
@Gallo wrote: Hello, I have a desktop app that should be driven by an iPad app.Basically, i am using a drawing app on the ipad to draw into the desktop application.I am sending osc values (touch...
View ArticleofCamera : how to "target" an x,y,z position?
@tactif wrote: Hi ! I'm having problems to understand how ofCamera works... I draw a bunch of glPoints that I can see with ofEasyCam but if I use ofCamera I don't know how to make the camera...
View ArticleHow to use minize method from ofxPanel?
@alvaroc wrote: hi,i'm trying hide a panel of my aplication, (i use ofGui), but i dont see, the method setVisible of ofxPanel, I thought use the minize method, but i dont know the use, i wait you can...
View ArticleHow to run open frame work with sublime text 2 on windows 10?
@black wrote: I am new to openframwork but I have good hand in processing.org and now I wanted to learn openframework. Since processing comes with its own IDE, it is easier to install and run on any...
View ArticleSetup QtCreator
@Frans_Schreuder wrote: Hello,I am trying to set up of with QtCreator 3.6.1.I followed the steps in http://openframeworks.cc/setup/qtcreator/Am I supposed to see anything in "New Project"? I am also...
View ArticleOF 0.9.4 and QtCreator 4.1.0 (Linux)
@justadude wrote: Hi, I just grabbed the 0.9.4 release on the website, compiled it as usual (following instructions on the website as well) and everything compiled fine. I then installed QtCreator...
View ArticleIP string to const char
@mindthegap wrote: Hello, how can I convert a IP string read in with XMLSettings to a const char[15].regards. string udpOutIP = XML.getValue("settings:udpOutIP", "192.168.178.30");...
View ArticleofxOsc midi messages
@Regi wrote: Hi All! I was wondering if anyone could help me out with setting up ofxOsc to send midi messages. Just having an addMidiMessageArg doesn't seem to work. Thanks! Posts: 1 Participants: 1...
View ArticleRecursive ofxdirlist find files
@dbwat wrote: Hello,I am looking to find videos files in a set of folders.I can not!I have found this,...
View ArticleIP camera / Raspberry Pi Camera
@zzart wrote: Hey Guys, I know this is a very noob question but I'm a little stuck. I have Raspberry Pi camera on the network and I would like to stream video from this device so I can process it...
View ArticleGesture recognition and animation
@Sofia_hki wrote: Hi all, I am planning to make an interactive installation / video wall as a graduation project but I’m complete noob in programming. My idea is to make e.g. 4 different animations...
View ArticleofDrawAxis and ofDrawGrid uses different colors for same axis?
@tactif wrote: Hi, I'm trying to understand the system coordinate and ofDrawAxis and ofDrawGrid are both very useful for that matter. ofDrawGrid documentation says that Y axis is RED, X axis is GREEN...
View ArticleConvert Processing sketch to openFrameworks
@Gallo wrote: Hello, I am trying to port a processing sketch to openFrameworksNo problem with porting types and other specific language usage but there is one thing i don't know how to deal with :...
View ArticleofImage max image resolution
@pablo_paris wrote: Hello all, I'm having trouble finding information about the maximum resolution for an image loaded into an ofImage object. What I want to do is a large panoramic image I can scroll...
View ArticleSegment/Polyline intersection
@spoutnovitch wrote: Hi,I'm using a ofPath as a container for obstacles. The point in the center is supposed to find a way to go to some coordinates, dodging those obstacles. I going to "shoot" rays...
View ArticleArduino: RGB Led with PMW
@TheUnlimitedKoala wrote: Hello, I really just started to learn C++ in Openframeworks and can't figure out how to program a RGB led on arduino in Openframeworks. I want to make a smooth transitions...
View ArticleThe best way to draw a (filled) hexagons in ofPath or ofPolyline
@nosarious wrote: I have a collection of points for a hexagon that consist of a vector of 6 ofVec3f and one ofVec3f for the centre. the 6 are in order and can create a polyline from points 0 - 5. I...
View ArticleTransition / blend svg shapes
@Regi wrote: Hi Everyone! I was wondering if there's a good way to do transitions/blends between svg(vector) shapes?I'm looking for something other than doing animations frame by frame and playing...
View ArticleOf 0.9.0 windows video with alpha channel
@mindthegap wrote: Hello, I tried to compile ofHapPlayer with 0.9.0 on windows. I got following error: 'GetProcessInformation': second C linkage of overloaded function not allowed (compiling source...
View ArticleQuestion 0.9.5 flags compile alsa linux
@kashim wrote: in the version 0.9.5 have been removed the compiler flags alsa "-lasound", why? good day Posts: 3 Participants: 2 Read full topic
View Article