ofxToggle addListener no matching member
@robotPatrol wrote: hi, i am trying to add listeners to ofxToggle using ofxGui. i found this helpful initially (https://forum.openframeworks.cc/t/vector-of-ofxgui-vector-listener-callbacks/20063) but...
View ArticleError:(232) Error: This class should be public...
@DevonDucharme wrote: I am attempting to compile a release version of my Android app and come across this error: Error:(232) Error: This class should be public (cc.openframeworks.OFGLSurfaceView)...
View ArticleHow to prevent auto key repeat
@baydam wrote: Hi,I need to find the way to prevent keypress() from auto repeat Posts: 2 Participants: 2 Read full topic
View ArticleIs ofPath the right choice for drawing 3d lines?
@Kesava_Prasad wrote: To draw 3d lines to screen is it good to use ofPath so that I can manipulate it using ofNode as well for making complex tranformations? Posts: 3 Participants: 2 Read full topic
View ArticleOutput different with and without (simple) shader
@Einh06 wrote: Hello oF'ers! There is something I am not understanding quite yet regarding the shader behavior in piece of code. ofApp::draw() ofSetColor(255, 255); ofTranslate(ofGetWidth() / 2,...
View ArticleCannot set mesh coordinates from fbo
@Paolo wrote: Hi everybody! I’m making an application where I need to set the texture coordinates of a ofPrimitivePlane. Everything works with the texture of a simple ofImage, but if I try to do the...
View ArticleArch Linux dropped gstreamer-0.10 today
@alberto2000 wrote: I can't update Arch Linux since today since it seems the repositories were cleared out of gstreamer-0.10 and no longer support it...
View ArticleofxCv Cam Distortion Calibration Example
@alberto2000 wrote: I'm trying to implement ofxCv camera calibration undistort() in my app but I cannot find where/how to get the .yml file for my specific camera lens. As I understand, there is an...
View ArticleProblem with debugging
@Ha99 wrote: Hello, I am new to OpenFrameworks coming from Processing. I keep receiving Thread 1: EXC_BAD_ACESS (code=1, address= 0x0). The program animates an attractor of mouse position. This is my...
View ArticleInstallation of Eclipse plugin offline (Ubuntu 16.04)
@callmesteve wrote: I have to install OpenFrameworks as part of a class. I have one computer that has a bad internet connection that I need to install the Eclipse OpenFrameworks plugin on (It'd also...
View ArticleRecording ofxKinectV2/MultiKinect 60fps point cloud
@edd.ku2 wrote: Has anyone managed to record a point cloud at 60fps? I've tried but it only records at 1fps. I've been exporting to a .ply file. Posts: 1 Participants: 1 Read full topic
View ArticleHow many creative coders are out there?
@cuinjune wrote: I think OF, Processing and Cinder are the most popular creative coding tools.I wonder roughly how many people use these tools worldwide nowadays. below 100K 100K ~ 1M 1M ~ 10M above...
View ArticleUsing audio input function
@michaelpromeo wrote: I'm having an issue passing the audioIn() function from my ofApp class to a custom 'myOwnClass'. When I run my code I get...
View ArticleFail to play video with mp4 or mov format
@yangyangcv wrote: i'm using OF0.9.0 on win10 and win7. use the VideoPlayer example program. only could play video with wmv format. i've already installed k-lite mega or full version. does anybody...
View ArticleOfxLibWebsockets client IP missing
@Regi wrote: I'm doing some testing of websockets and on a local wifi I'm not getting back any of the client IP's, connecting from the same wifi network (they return blank). I do get a computer name...
View ArticleBullet3d basics
@nathanblanchard12 wrote: So I wanted to know what would be the best way to go about implementing the stuff below: I wanted to use an external model (.3ds, .obj) and have a method apply bullet3d...
View ArticleC++ correcting the position for point(x,y) on the graph
@aden_tv wrote: Hello everyone, I am working on graphic calculator with OpenFrameworks. First I ask the user to enter how many point does he want on the graph and then I ask him for the point(X,Y) and...
View ArticleLinker error on ofxFacetracker2
@baskar.sv12 wrote: Hi Iam trying to build the Giant Emoji app as per the below link github.com googlecreativelab/giantemoji Contribute to giantemoji development by creating an account on GitHub....
View ArticleBlack Image with ofxCv Calibration undistort()
@alberto2000 wrote: I'm trying to implement camera lens undistort following the example-calibration of ofxCv. The example works just fine, I get the calibration.yml file and the result in the example...
View ArticleAudio Input Device not recognising
@Ha99 wrote: Hello, I am new to OpenFrameworks. I am trying to connect SM57 microphone to my OpenFrameworks code. My laptop recognises the input device but my code doesn't. I have enabled the...
View Article