Quantcast
Browsing all 40524 articles
Browse latest View live

Problems Raspberry Pi2, openFrameworks and VNC

@jedahan haven't you done this?

View Article


How to make the mouse follow the camera coordinates

Im kind of stuck. I have an object i between camera.begin(0 and camera.end() that I want the mouse to interact with. Do I have to put the mouse x, y and z into an object of the camera class. And I...

View Article


Image may be NSFW.
Clik here to view.

ofxFaceTracker error on windows

hi guys,I've freshly install visual studio from unity,and downloaded the last version of of 0.9.0the package works properly but ofxFaceTracker basic exemple struggle to compilethis is what I get:...

View Article

ofPath: stroke width not respected

are you using the programmable renderer? openGL 3+ doesn't support line width by default.

View Article

Are there any plan for supporting CLion?

@ilmenite I have been looking at CMake docs and they are discouraging recursion because if you use it the build system will not know when a single file has changed. But I will look into it. Also a...

View Article


Super Fast Exchange of video texture between Threads

@arturo thx i think i finally understood the reason for it freezing/locking - thank you for taking the time. @zach thx! i see...but this means that pbo is nice to enhance fps...but the latency seems...

View Article

Super Fast Exchange of video texture between Threads

@princemio I found that you loose two frames with the ofxFastFbo reader (and you can set the number of buffers) which is generally common to loose in a projector or camera, so the latency wasn't that...

View Article

Something like UIScrollView in ofxGUI?

great, thanks

View Article


Github + oF Tips

Hey there, With Github I'm trying to do two things:Keep up to date with openFrameworks and addonsHave version control, change tracking etc over my projects in myApps using private repository I'm sure...

View Article


ofPath: stroke width not respected

@arturo, yes. I am using the programmable renderer. On a quick google search, I found that the following should work: glLineWidth(5.f); However, the above doesn't produce thick lines.Any clue as to...

View Article

Are there any plan for supporting CLion?

@kureta, awesome! So you could support Mac and Linux with one file for different oF versions. Also, I was referring to having the oF headers recursively included, since they won't really be changed.

View Article

Picture soft edging

I'm from china.Latest,I'm researching a project softedge,I don't use OpenFrameWorks to make the project softege,can you help me?,here,have some same case .....A Softedge addon on...

View Article

Edge Blending and Image Warping for Multi-Projection Setup

I want to know this projet blend ,the same to you. can you connet to me, My Email: youhangtech@qq.com

View Article


ofPath: stroke width not respected

glLineWidth is deprecated in opengl 3+ and doesn't work with most drivers. in order to get thick lines you need to create a stripe yourself in a mesh or use a geometry shader to do it in the GPU. we...

View Article

ofPath: stroke width not respected

Ah thanks. I found something using the geometry shader. I'll try that. Thanks @arturo!

View Article


Are there any plan for supporting CLion?

What would be the proper way to get the current oF version by looking into its files. The easiest way I found is to check the first line of CHANGELOG.md but I am not so sure that it's a good idea.

View Article

Are there any plan for supporting CLion?

Perhaps a header file check? The change log might change formats at any time.There's bound to be at least one header file added in every version. What do you think?

View Article


Github + oF Tips

If you are on a Mac, Tower is a good app that makes things more visual, helps walk through steps until you get used to the concepts, flow. Their learning section is also a good...

View Article

Image may be NSFW.
Clik here to view.

ofxFaceTracker error on windows

Problem solvedreading this post github.com/kylemcdonald/ofxFaceTracker Issue: reg. compiling ofxFaceTracker opened by tommysky on 2012-10-21 closed by kylemcdonald on 2012-11-02 Hi, dear Kyle, I tried...

View Article

Github + oF Tips

thats great, thanks.yeah I'm looking for it to be as little maintenance and fuss as possibleTower looks really good

View Article
Browsing all 40524 articles
Browse latest View live