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

Avatar with SkeletonTrack example

@Cory wrote: Hi, I’m really new to using openFrameworks. The work I want to do is to create an avatar using the Skeleton Tracks example, the skeleton tracks is already working perfectly, now I would...

View Article


When one sound device has four inputs

@tktr wrote: If openframeworks has 4 inputs on one sound device, can you process them separately? Posts: 1 Participants: 1 Read full topic

View Article


How to link openframeworks with visual studio 2015?

@Hurricane wrote: I want to know how to link and include openframeworks in an existing project. Are there any sites related to this? I am using mfc and want to use the openframeworks function in the...

View Article

Adding label to ofxGui for ofReadOnlyParameter

@audiophil wrote: Hi, I would like to observe some variables with ofxGui. What works so far is to create an ofLabel and set the label with myLabel = ofToString(myVariableToObserve); in my update...

View Article

Image may be NSFW.
Clik here to view.

How can i Convert 4 channel image to 3 channel image?

@limpBizkit wrote: how can i Convert 4 channel image to 3 channel image? i was using this code long time ago now i’m getting a error. photo.setFromPixels(camera.getPixelsRef()); nChannels =...

View Article


Sudo and echo with ofSystem()

@fresla wrote: I want to turn on and off port forwarding when I open and close my application. I can do this with terminal with the following commands, I need it to be autonomous and not need user...

View Article

Image may be NSFW.
Clik here to view.

Same texture has different size depending on which window it is used

@edapx wrote: Hello, I am building an application that has 2 windows, an editor and the main application that contains some visuals tuned by the editor. This is the main.cpp file to be clear #include...

View Article

Variables change unpredictable

@midas wrote: Hello guys, while i have some experience with c++ i am new to of.I have use the ofserial class to communicate with an arduino uno which sends me data with format (a b c \n) Inside the...

View Article


ofxLibWebsockets with Mojave

@Regi wrote: Hello, Has anyone a working version of this with macOS 10.14 and xCode 10.1 and OF 0.10.1? Or a guide of how to set it up? Thanks! Posts: 1 Participants: 1 Read full topic

View Article


Image may be NSFW.
Clik here to view.

Error: missing target product

@owenplanchart wrote: Hi, I keep getting this error message when executing a simple nested for Loop: Unable to resolve build file: XCBCore.BuildFile...

View Article

Image may be NSFW.
Clik here to view.

0.9.8 Cannot Compile OpenSSLInitializer.h (cannot open source file...

@Gim_GM wrote: Hello! I just downloaded Openframeworks 0.9.8 for Visual Studio 2015 from the older release page to my Win 10 PC. (http://www.openframeworks.cc/versions/v0.9.8/of_v0.9.8_vs_release.zip)...

View Article

Cant install openFrameworks to QTcreator ubuntu 18

@Simba wrote: Here is the error collect2: error: ld returned 1 exit status /home/heh/of_v0.10.0_linux64gcc5_release/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:403: recipe...

View Article

Image may be NSFW.
Clik here to view.

Fix polilyne sharpen vertex

@wanbinkimoon wrote: I’m trying to draw a blob shape, but here is my problem, no matter what i try i’m getting this point angle Screenshot 2018-11-20 at 15.14.42.jpg1824x1868 141 KB here the code that...

View Article


Adding new lightsource to image - ofLight

@FreddyGump wrote: Was looking at ofLight because I want to add a lightsource to an image. The app “Snapseed” has it implemented as well, and numerous other apps. I wonder how this can be done, since...

View Article

Scaling loaded meshes

@edapx wrote: Hello, I’m am creating a class that inherits from of3DPrimitive and get the mesh by loading an .obj file. Something like: #ifndef STAIRS_H #define STAIRS_H #include "ofMain.h" #include...

View Article


Deforming by formula at Openframeworks Essential tutorial

@5e0hu wrote: ofSpherePrimitive sphere; ofEasyCam cam; ofxPanel gui; ofxIntSlider countX; ofLight light; ofMaterial material; ofxFloatSlider rad, deform, deformFreq, extrude; vector<ofPoint>...

View Article

ofxAssimpModelLoader alpha

@fresla wrote: How can I change the alpha of a 3d model? If I call ofSetColor(255,255,255,alpha); Before I draw I can change the alpha but then all the textures are white, (whereas when I call this...

View Article


Drawing Meshes with Antialiasing?

@Daniel_Bennett wrote: I am drawing meshes fairly straightforwardly, but they are drawing without antialiasing. I set up the window like this ofGLWindowSettings settings; settings.setGLVersion(3, 2);...

View Article

Image may be NSFW.
Clik here to view.

ElementaryOS install smooth as butter

@dackdel wrote: Managed to install and run everything on eOS Juno on my Razer Blade laptop with QT Creator Screenshot from 2018-11-27 00-46-37.png1501x759 99.7 KB Posts: 2 Participants: 1 Read full...

View Article

Why does this code not draw a circle?

@Ricordi wrote: Hello. I’m wondering why this code doesn’t display a circle. I believe I’m disabling the auto background. However, something is overwriting the circle initially written in setup()....

View Article
Browsing all 4929 articles
Browse latest View live