Unable to compile on Linux Mint 17.2 64-bit w/QtCreator 3.6.1 and 4.0.1,...
@jarednielsen wrote: Hi all,I'm unable to run any projects on Linux Mint 17.2 64-bit with 0.9.3 and both QtCreator 3.6.1 and 4.0.1. I followed the install instructions and downloaded QtCreator through...
View ArticleUnable to compile OF (missing .dll files) on a 64-bit Windows Machine
@Collin_Schupman wrote: Here's the specs of the machine I'm working on: Windows 1064-bit X64 Processor OF 0.9.3 Visual Studio Community 2015 When I try and compile any example, I get a list of .dll...
View ArticleUnable to set up QT Creator on Ubuntu 64bit machine
@indiantinker wrote: Hey guys! Thanks for an amazing framework. I am still getting started and the curve is a bit steep.I have managed to make and make run almost all examples but even after two...
View ArticleDraw on screen while thread is running
@VVZen wrote: Hi,I'm parsing an xml document (search/modify some attributes, etc..) and this requires quite a bit of time.. I'd like to move all of the parsing operations into a separate thread and in...
View ArticleFilling a ofMesh in openframeworks
@Hesal wrote: Hello all :), I have a project for school and i'm using a github project to use GeoJSON files and convert them to cartesian points. (thx to Moxuse https://github.com/moxuse/ofxGeoJSON )...
View ArticlePlaying video on windows with visual studio and of 0.9.3
@davidemania wrote: Hi,this post is going to be a long one, so I make it short first: is there a way to play a video file on windows, oF 0.9.3, visual studio 2015? Details follow. After trying for...
View ArticleInstalling OF on raspberry pi 2 with Arch linux
@cyrstem wrote: hey i been trying to install open frameworks on a raspberry pi 2 with arch linux follow the instructions but at the final step Compile oFmake Release -C...
View ArticleofxOscParameterSync resend after listener event (or force update/send)
@Jordi wrote: Hi all,I have the following situation. 2 applications, lets say Client and Server, each of them with an ofParameter drawn with ImGui and synced with ofxOscParameterSync. 1: Client...
View ArticleofxAssimpModelLoder model orientation inverted?
@ttyy wrote: I'm just getting started using ofxAssimpModelLoader. So far so good, but when I load a model, it seems to be upside down. It's easy enough to fix using model.setRotation(2,180,0,0,1); but...
View ArticleHow to communicate arduino and OF?
@oh47 wrote: I use GY801(gyro, accelerometer, magnetic) sensor and i got (pitch, roll, yaw) in arduino. I use ATmega2560 board and i connect scl, sda(not analog pin bc i can't get data with analog...
View ArticleOne app with 6 multiple videos with its own placeholders
@Dazzid_of wrote: Hi All,I'm wondering which is the best way in OF to play 6 dynamic videos on a HD app. I'm searching for a video player that already place the video as a texture over a FBO, but I...
View ArticleofCamera - Mouse picking - how does it work?
@saki7 wrote: I have a code which draws a multiple 2d rectangle inside cam.begin() and cam.end(). (I assume this adds the z axis, which actually translates the dimension to 3d.) (Question 1)Now, I...
View ArticleHow can separate values from Arduino?
@oh47 wrote: In Arduino, i get 3 values like this Serial.print("pitch : "); Serial.print(pitch* 57.2957795131); Serial.print(" "); Serial.print("roll : "); Serial.print(roll* 57.2957795131);...
View ArticleHow to install the ofxOpenNI on Xcode7.3?
@M_M wrote: How to install the ofxOpenNI on Xcode7.3 ? errpr: "ld: library not found for -lOpenNI " what should I do ? Posts: 1 Participants: 1 Read full topic
View ArticleHow use values which get in ardino to OF?
@oh47 wrote: arduino code: include include GY80 sensor = GY80(); String xAxis = "pitch: ";String yAxis = "roll: ";String zAxis = "yaw: "; float pitch;float roll;float yaw; void setup(){...
View ArticleofxFaceTracker from base64 image
@caiodv wrote: Hey everyone!I'm loading an image received as a base64 string from a socket client into openframeworks, the image is loading fine, it is a cam feed from a website I'm running in...
View ArticleopenFrameworks 64 bit?
@Christof wrote: What's the current status of openFrameworks 64-bit support? 0.9.3 on Windows + QtCreator is still 32-bit. What about other platforms? I read that some people did 64-bit builds for...
View ArticleofxBox2d fixture
@NzNico wrote: Hi ! I'd like to make compound shapes with ofxBox2d, fixture seems to be a good start however when I try to follow theese examples, it doesn't work. ->...
View ArticleTweeting from OF?
@aaa wrote: I did some digging and of course found ofxTwitter, ofxOAUTH, and ofxJSON, but all of these seem to be dead/uncompilable projects. Anyone have recent success tweeting from OF or do I need...
View ArticleHelp with osxVideoRecorderExample
@maycon wrote: Hello!I'm trying to use the example "osxVideoRecorderExample" to save videos with some manipulations in each frame. I can handle and display on the screen changes, but can not save to...
View Article