Quantcast
Channel: beginners - openFrameworks
Browsing all 4929 articles
Browse latest View live

Problem loading sound with ofSystemLoadDialog

@wyz92 wrote: Greetings, I’m trying to load an audio file with ofSystemLoadDialog and to play it with sound.load and sound.play This is my code in ofApp.cpp: ofSoundPlayer sound; string FN; string...

View Article


Cubemap shader opengl3.3+

@vbourbeau wrote: Hi, I’m beginer in openGL so I try to use OpenFramework to help. I want to do a Cubemap I try with ofxCubeMap and ofxSkyBox. It’s work with ofxSkyBox but form my project I need to...

View Article


OfxSequencer and external midi

@llorencg wrote: Hi, I am using ofxSequencer for a project , and I would like that the sequencer works as a slave of an incomming midi signal . I tryed to sync manually the ofxSequencer example with a...

View Article

Is better to run FBO in update OR draw?

@Julian_Puppo wrote: So. i´ve been asking my self, supposed i have this : ofClear(0, 0, 0, 0); fbo.begin(); sh.begin(); ofRect(0, 0, ofGetWidth(), ofGetHeight()); sh.end(); fbo.end(); This all that it...

View Article

Image may be NSFW.
Clik here to view.

Ofxbullet bug BOX drawed

@MikAngelus wrote: Hi all, I created a stumbling block for my soccer games. The stumbling block move from a line in arena like this: void ofApp::level6() { if (!checkLevel6) { ostacolo6 = new...

View Article


Create pointer to object on the heap

@MaximilianUAL2020 wrote: Hi everyone, I am struggling to create a pointer to an object on the heap and access its methods outside of the function in which I declared it. In App.h, I created an...

View Article

E sharp interface - zerø x

@coding wrote: Hello, of coders. I got a new E sharp string, and would like to play it to interface in my program. The program listens to sounds while the string is plucked. I’d like to a void the...

View Article

Debugging in VSCode not working

@flashbax wrote: Hi all, I am currently trying to use VSCode with openFrameworks. What I have done so far is using the ProjectGenerator and importing an existing example project by choosing platform -...

View Article


Make run passing command line args to executable

@thomasgeissl wrote: Hello, is there a way that make run can pass command line args to my app. I quite often write cli tools and the typical flow is: make ./bin/ofApp.app/Contents/MacOS/ofApp -p 8000...

View Article


ofxSerial write byte

@v_za wrote: Hi Everyone, I’m trying to communicate with the digital transceiver K-LD7 (here the datasheet [https://www.rfbeam.ch/files/products/40/downloads/Datasheet_K-LD7.pdf ] ) through a serial...

View Article

Image may be NSFW.
Clik here to view.

Problem to init class, linker command fail

@StanLepunK wrote: I try to code my own class like a ball example but I cannot manage to compile my simple code. In parrallele I mange to compile the example with Particle, so I presume the probleme...

View Article

Image may be NSFW.
Clik here to view.

Getting subsection in freeform

@oudeis wrote: Hello everyone, i’m trying to get a part of an image/texture in a custom shape, and warp that part to another shape. for example with this image, I want to get only the upper surface of...

View Article

Pull OF gcc6 from github

@juca wrote: Hi, I want to pull OF for linux from github, but I’d need the version that is compatible with GCC6+. Is this possible? Posts: 1 Participants: 1 Read full topic

View Article


getPixels() not working?

@juca wrote: I am trying to copy a part of an image to another one but the code is not working. I followed the instructions here. The following code is throwing an error. According to the...

View Article

OSC receive from ESP8266

@Quinten_De_Wilde wrote: Hello, I’m just starting with OF. And I’m wondering how to start with OSC. I want my esp8266 module to send a message to OF. But the documentation is really abstract and not...

View Article


Flip/Mirror ofxCv ContourFinder?

@MaximilianUAL2020 wrote: Hey everybody, I am working on a sketch that uses my webcam as the input for the ContourFinder and I got it to work just fine. However, since my webcam was initially...

View Article

OF root directory

@Ivaylo_Chichanov wrote: Hi, I’m OF and c++ newbie and have stumbled onto a sort of a situation that I cannot seems to resolve. I had all the OF stored on my desktop (on PC so c:/… etc. ) and since...

View Article


ofMesh not rendering when extracted from model

@Evan_Clark wrote: I have loaded a model using Asimp and have been able to select a mesh that is included in the fbx file. However when I call mesh.drawFaces() nothing renders. When I do this for the...

View Article

Image may be NSFW.
Clik here to view.

Mesh morphing between two colors

@Maedd wrote: Hey, I would like to change the color of a mesh to a specific color and then return to the original color. My problem is that most of the vertices have different colors to start with. I...

View Article

Visualize the Kinect V1 camera boundaries / Field of View when working with...

@nathan wrote: Hello Everyone I a newbie to working with 3D and easyCam in OF. Im working with the kinectExample, specifically the piece that visualizes the point cloud in 3d space. Im trying to...

View Article
Browsing all 4929 articles
Browse latest View live