Ofx projectGenerator in wrong location?
@Onsa wrote: I believe I installed my project generator in the wrong location. Here i get: make[1]: *** No rule to make target...
View ArticleWindows version 1803 download libs and robocopy
@fresla wrote: I let my machine update windows and also wanted to update the libs in OF. I ran the script but the robocopy functions fail. I do have robocopy installed. I guess there is a chance my...
View ArticleWhere can I see some openFramework reference
@Iris wrote: I code in OS X platforms. when I use objective-c with xcode , I click command ,then click some method, I can jump to the reference of the method. but when I use openFramework with Xcode...
View ArticleShowing the code hint quickly
@Iris wrote: I code in OS X platforms. when I code , it will take a several seconds or minutes to wait for showing the code hint ,sometimes just don’t show up even though it is the same code as last...
View ArticleNo console window anymore?
@lilive wrote: Hi, I’m switching to OF 0.10.0, QtCreator 4.6.1 (Windows 7) There are great improvements ! But I have a problem with the console window: when I start an .exe from the exporer, I have no...
View ArticleFinding ofMain.h in TronCicles project
@Mark_Quincy wrote: Hi guys and thank you for opening topics. I’m new here and had dumb problem and question. I want to open project TronCicles. The problem is that it looking for file, which is not...
View ArticleVs2015 to 2017 upgrade font rendering
@fresla wrote: I have a really strange issue, I upgraded from vs2015 to vs2017 and a project I am working on does not render fonts correctly any more. The fonts examples work fine in debug and release...
View ArticleHow to enter text in ofxGui?
@lethalrush wrote: I’d like to enter text into a field (like ofxLabel or ofParamter) from an ofxGui and retrieve that text when the user enters something (via an event listener perhaps) and do...
View ArticleQtcreator and uncompatible addons
@CCx266 wrote: Hello, I work the code on my Windows laptop but I compile on my Raspberry Pi. Therefor, I use ofxOMXPlayer addon, and it is not compiled on my windows machine, because it’s not supposed...
View ArticleHow to use assimp load 3D model and use shader to render it
@3Ddodododo wrote: I saw all the examples but not found a project can help me . I want to use shader on 3D penguin project. can any body help… …thanks for show me some codes Posts: 3 Participants: 2...
View ArticleListing 1000's of images in a listbox GUI / datGui / Imgui
@GPGPU wrote: Dear all, I am trying to do the following, everything should be triggered by a UI: Let a user select a directory Populate a UI element with a list of image names in that directory; it is...
View ArticleProject generator OF working path is not saved
@Dimitry_Makeev wrote: Hi there! Each time I creating a new project in Project generator it asks me to set my OF path and doesn’t save its location. Any ideas how could I fix this problem? Many thanks...
View ArticleofVideoGrabber Issue - Uncaught Exception
@MusicOrNoise wrote: Hello, I hope you can help. I am very new to OpenFrameworks (and coding in general), so apologies if this post is incorrect / in the wrong place, or if this stuff has been covered...
View ArticleVS17, DatGui - Cannot open 'ofxSmartFont.h'
@pslattery wrote: Hi there (first post)! I’m trying to use DatGui, and even building an otherwise empty project generated by the Project Generator, I get an error when I build. <path to...
View ArticleVariable Declarations within Method Declarations
@Poltergeister wrote: A basic question from another example I’m trying to understand… if in a header file (ofApp.h) I make this declaration: void scanDir(ofDirectory dir, vector & files); While, I...
View ArticleofxSerial BufferedSerialDevice begin/end packet
@pandereto wrote: Hello In BufferedSerialDevice object is possible to set a “marker” to recognize the end of a packet msg, but i also need to recognize the begin of the packet. Its possible to set a...
View ArticleErrors building with ofxSerial and ofxIO
@no_u wrote: I am trying to implement SLIP serial communication between OpenFrameworks and a few Arduinos. In order to facilitate this I installed the ofxSerial library. However, when I try to build,...
View ArticleMismatched types in static event
@udiskie wrote: I need an object of class Clip to be loaded into another object of class ClipEditor (there will be multiple objects of Clip class and one object of ClipEditor class). To do so, i think...
View ArticleOSC between OF and Arduino - Arduino buffering messages
@no_u wrote: Hello! I have a good OSC protocol working between OF and Arduino. I’m running into a weird problem though. I think this is on the Arduino side, but I wanted to check if this is something...
View ArticleReading multiple analog input from Arduino
@edapx wrote: Hey, I’m working on a project where I have to read from two analog sensors on an Arduino board. The problem is that I would like to read from the two of them separately but it looks like...
View Article