Build openframework on ubuntu14.04 and develop it with vim or sublime
you can enter this folder cd ~/of_v0.8.4_linux64_release/apps/myApps/emptyExample , double click the emptyExample.workspace in this folder, then this project is opened in the codeblocks ide, you can...
View ArticleBuild openframework on ubuntu14.04 and develop it with vim or sublime
sorry,i wont use IDE. i only use vim or sublime .
View ArticleBuild openframework on ubuntu14.04 and develop it with vim or sublime
cd ~/of_v0.8.4_linux64_release/apps/myApps/emptyExamplemakemake run
View ArticleBuild openframework on ubuntu14.04 and develop it with vim or sublime
cd ~/of_v0.8.4_linux64_release/projectGeneratormakemake runthis will help you generate your project
View ArticleBuild openframework on ubuntu14.04 and develop it with vim or sublime
great thanks .i have set up the environment for openframeworks on ubuntu 14.04. And the example works well on my laptop. By trying this way ,it will install the codeblocks but you dont need to care...
View ArticleBuild openframework on ubuntu14.04 and develop it with vim or sublime
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleBuild openframework on ubuntu14.04 and develop it with vim or sublime
I'm flattered. 287735911 nice meeting you
View ArticleComparing image from webcam to a shape drawn
Hi, I am working on a project to compare an image from my webcam to a shape I draw. In order to compare any image from my webcam with ofVideoGrabber, I am using contour finder;and I use the catmule...
View Article(Mac) hardware and performance
If you're deploying on the Mac MIni I'd strongly suggest getting the top of the line configuration. I recently did a project with a full screen camera feed and a face detection routine using...
View ArticleSoundOutputStream build errors iOS
I'm getting these build errors for iOS using the nightly build (target iOS 7 / ios 9 sdk / xcode 7.0.1) Anyone have any ideas? Thanks! Screen Shot 2015-10-17 at 14.53.16.png1116x197 63.9 KB
View ArticleNeat circle strokes
Hi guys, I'm doing a exercise here playing with circles but I'm having some issues withe the resolution of the circles. These are simple ofDrawCircle() with ofNoFill(), nothing else. On the example I...
View ArticleNeat circle strokes
Hi there! Using ofNoFill() and ofSetLineWidth() usually doesn't get you nice results. If think ofSetLineWidth() uses an old openGL implementation. There are better ways to play with line-widths. For...
View ArticleOF on ubuntu, Poco throwing error while compiling
that seems a problem with ubuntu's repo, since it's still in beta (is it?) i think you should report it in their issue tracker
View ArticleNeat circle strokes
yes something like: //.h ofPath circle; //setup circle.arc(x,y,radius,0,360); circle.arc(x,y,radius - lineWidth, 0,360); //draw circle.draw(); should give you a nice circle the first arc, draws a...
View ArticlePi tracker, my first project
Yeah Its a pretty amazing service. You should make a github page for your profile to advertise your work. Every free account gets one.
View ArticleLinux - Adding external includes to Code Blocks
Hey everyone, This might be a noob question, but I recently switched to Linux for development and I can't seem to be able to add external header files to the project in Code Blocks. (Not an addon)...
View ArticleNeat circle strokes
Thanks a lot guys, I'm gonna have a try here and come back to you showing the results. Cheers!
View ArticleofVideoPlayer setSpeed consistent fps drop - workarounds?
Hi -I'm working on a VJ style app. I'm on 10.10.4 using oF 0.8.4 and Xcode 6.4 on a 15" retina MBP with SSD. I'm using the core ofVideoPlayer, which I think is using QTKit. I'm not super adept so not...
View ArticleHow to get audio buffersize through Audio Unit RemoteIO
Ok, I made an update. Pull and try the reinit branch again.
View ArticleComparing image from webcam to a shape drawn
I'm not sure what exactly do you try to achieve here, but to call ofFill() like that is clearly not an option, cause ofFill() only sets internal renderer's mode to draw filled shapes. In order to come...
View Article