ofxSimpleSerial not so simple for me :)
@mattc wrote: Hi! I'm trying to setup ofxSimpleSerial with no luck.Second device is connected through MAX3232 chip to UART pins on my Raspberry Pi B, minibian, OF0.9.2.Second device is sending me...
View ArticleBuild OK but entry point not found-error (dll)
@himijendrix wrote: Hello I installed OF on Windows 10 today following this example:http://openframeworks.cc/setup/msys2/ I set all the system path, rebooted, and compiled some OF examples.But if want...
View ArticleWindows (Win 1o Pro) install openFrameworks in Anaconda for Python?
@ThreeDOgs wrote: Hello,I have just installed OF 0.9.3 under Visual Studio 2015 and so can start writing SW in C++. However I also want to write Python programmes and was wondering if there is a way...
View ArticleIssue with creating a derived class
@elliot wrote: I’m trying to make a derived class to inherit from a base class. This will allow me to modify the display function in my base class and change a few values. My constructor of my base...
View ArticleWhat should I do running MSA Fluid on El Capitan?
@hndmsyk wrote: Hi. I'm beginner.I want to use MSA Fluid.it is not work on my mac el capitan OF0.8.4 and OF0.9.2. I know need addon "MSA core" but not work.and I thought need to work environment is...
View ArticleKeep getting this error when trying to run 'make'
@lvluffinz wrote: Hey everyone. So I'm legit now getting into using Ubuntu and C++ and project Generator and the like. We have a tutorial from class that just shows us how to run some stuff, and...
View Article4D Float Array possible in Openframeworks?
@HaiselYT wrote: I have a very large 4D float array which works in processing, is it possible to do this within openFrameworks?float mult[][][][] = { {{ { 1.0, 0.0, 0.0 }, { 0.0, 1.0, 0.0 }, { 0.0,...
View ArticleRaspberry 3 Video4Linux
@Carcharadon wrote: I have installed Jessie-Lite and OF on a RPI 3I am using SSH but with an HDMI monitor and camera connected to the Pi.The simple OF examples work, raspi-still works.However when I...
View ArticleUsing custom image for Box2D?
@fkkcloud wrote: Hi, I am trying to use custom imageas for Box2D collision. Which method is preferred or any demos that I can peak around? Thank you, Posts: 1 Participants: 1 Read full topic
View ArticleAveraging ofMatrix4x4 for smoother motion?
@stephanschulz wrote: i am looking for ways to smooth transformation data that i am getting from a point cloud matching library. i am using ICP matching which returns a matrix4x4 (more specifically...
View ArticleError cant link the input file ofxUI-master/src
@saicharan78 wrote: I am getting the same error: cant open the input file \ofxUI-master\src. I am trying to build only the openframeworksLib, I am getting the error cant open the input file...
View ArticleofxGui is transparent and colorless in front of 3D scene
@Caroline_Record wrote: I need to draw a gui on top of a lit 3D scene. Whenever I do this, the gui becomes transparent and colorless. Any ideas of settings I might tweak to prevent this?...
View ArticleXCode - Empty Project builds but App does not launch
@heisterkamp_carsten wrote: Hi, I am just starting to learn OF with XCode and I am new to both OF and XCode.I created a new empty project with the projectGenerator and "build and run with the current...
View ArticleHow to use ofxFaceTracker to change the face in the picture
@MenLonII wrote: How to use ofxFaceTracker to change the face in the picture Posts: 1 Participants: 1 Read full topic
View ArticleProblem: running examples Of_v0.9.3 osx (Xcode 7.3)
@Sberto wrote: Hi all, new to the forum and also to openFrameworks! Some days ago I switched to El Capitan (10.11.4) and consequently I got the latest version of Xcode (7.3). I have tried to compile...
View ArticleofxMidi - Handling several messages at the same time
@Cyril wrote: Hi, I'm trying to link Bitwig and OF, but as there is no OSC support at the moment (out port), I'm doing it with OfxMidi. For example, I'm trying to draw some stuff with several note. C0...
View ArticleWhy are fonts drawn slightly offset from the origin?
@smoothmango wrote: When you draw fonts with a call to drawString(), the resulting typography is always slightly offset to the right of the origin you pass it. Any idea why this is? Any way to...
View ArticleAdding new files to an addon
@edapx wrote: Hello, I'm writing an addon(here called "myAddon") and I'm also testing it in one application locally. Everything worked fine except when I've added a new class to the addon. Here a...
View ArticleKinect v2 | XAML-Buttons | WinRT
@Epiphany99 wrote: Hi, I´ve created some Buttons in XAML and now I want to click these buttons with my Kinect-Cursor (mouseX & mouseY).Have anyone an idea? Here some code: Mouse-Control:if...
View ArticleofxOMXPlayer: Getting rid of big white frame counter?
@thomashollier wrote: Hi there,All the examples in the ofxOMXPlayer distribution I'm using are showing up with a big white frame counter in the lower left hand corner of my image. How do I turn that...
View Article