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

How to make a customized mesh use openFramework's renderer

@macusual wrote: Hello, I want to make a dynamic particle system similar to this blog post:Flexible particle system container I know that the typical way of sending particle data to the renderer in OF...

View Article


Slower compile time when using the command make

@macusual wrote: Hello, I used to write OF programs in code::blocks, but now I have moved to using MSYS2 just using vim, and it seems that whenever I execute 'make', it takes a lot longer to compile...

View Article


ofArduino tone() function or setting PIN HIGH & LOW with delay inbetween?

@fooness wrote: Dear openFrameworkers, I’m trying to use Arduino’s tone() function or something similar with openFrameworks’ ofArduino and Arduino’s simpleDigitalFirmata, but I just don’t get it....

View Article

How to load images to an image array orderly?

@yesonline wrote: I want to load an array of image, and I have 3 images named 0.png, 1.png and 2.png, if with processing, I can do like this way: for(int i=0;i<3;i++) imgarray[i] =...

View Article

Openframework ofAndroid addon

@muhammad_haris wrote: I am new to openframeworks. I using OF for android. At the moment my goal is to understand the dynamics of the framework. For example how OF is interacting with Android. I...

View Article


Add external library in QtCreator on OS X

@Meach wrote: Hi, I am setting up a project using QtCreator on OS X and can't figure out how to add the static library to my project. Where should I add the path to the .a file in my qbs file? Thanks...

View Article

Light in Camera Space vs. Global space

@Caroline_Record wrote: In the bottom of the doc for ofLight it says that you can choose whether to position your light relative to the camera position or globally independent of the camera position....

View Article

How to use ofxEmscripten addon

@Dece wrote: Hi there, Apologies for the loaded questions.I am trying to wrap my head around ofxEmscripten addon. Went back and forth on the emscripten-site for documentation and the addon code but I...

View Article


Image may be NSFW.
Clik here to view.

How to draw a cylinder starting from 2 ofNode

@edapx wrote: I've two ofNode, A and B. Given this 2 node and the radius, I want to draw a cylinder.I can retrieve the position of each of them with node->getGlobalPosition and the orientation with...

View Article


oF For A Space Game?

@toliaferrode wrote: Hi, So I've been using oF for a little while now, about 2 or 3 years now. Got one project going with it: a (so far) simple music visualizer, and it works great. I want to thank...

View Article

Problem compiling project generator

@superdude wrote: Hi all, I'm using Ubuntu and the have just cloned openFrameworks. I've got to dash to a lecture and will look into this after, but because it told me to post to the forums and I...

View Article

Kinect pose/gesture recognition

@csw wrote: Hi all, Quick question regarding Kinect gesture recognition. I am looking into using the Gesture Recognition Toolkit by Nick Gillian to detect still poses (not movement) and am wondering...

View Article

Image may be NSFW.
Clik here to view.

Problem generating mesh

@edapx wrote: Hello, for a project I need to generate custom cylinder (i can not use ofCylinderPrimitive). The method that I'm using to draw a single cylinder (using OF_PRIMITIVE_TRIANGLE_STRIP) is...

View Article


Image may be NSFW.
Clik here to view.

Ubuntu, QT Creator, OF 0.9.1 Poco Errors

@superdude wrote: Hi there. I would really appreciate some help getting QT Creator to work with Linux, or any IDE for that matter - I saw there is no longer support for Code::Blocks? Currently after...

View Article

Use oF libraries with Code Blocks in windows - Walkthrough

@ofGanesh wrote: Hi I have downloaded oF for Visual Studio 2015 from the Url for windowshttp://openframeworks.cc/download/ I have installed Code Blocks too (V 16.01) I am new to oF and also to Code...

View Article


Very basic question about OF 0.9.0 + QtCreator 3.5.1 on OSX

@msaitow wrote: Hi guys, I'm a beginner of OF and if possible I love to use QtCreator as IDE rather than Xcode. The problem I have now is that when I try to compile an already-existing OF project, I...

View Article

How can I use ofAppGlutWindow instead of ofAppGLFWWindow?

@rjlwest wrote: I get strange behaviour with glfwswapbuffers when I attach my audio device and I noticed the glutwindow, nothing seems to instantiate it though. I'm using 0.9.1 on Mac OSX 10.11 Posts:...

View Article


Mongodb accessing

@nathanblanchard12 wrote: Is there anyway to access mongodb with openframeworks. I tried to compile it with visual studio 2015 to no avail. I'm now trying to use a binding like addon that connects...

View Article

OF gives me error with Box2D addon?

@fkkcloud wrote: I added Box2D addon to of/addons/ and launched example-Simple. When I compile. clang: warning: -lpthread: 'linker' input unusedclang: error: invalid deployment target for...

View Article

Best method to grab a person data only from KinectV1

@fkkcloud wrote: Hi, What would be the best attempt to grab the human data only? I saw there was demo for creating joints out of human body. Would I want to integrate that with ofxCv + ofxKinect? or...

View Article
Browsing all 4929 articles
Browse latest View live