Advantages in using Openframeworks to handle sensor data
This is more of an open ended question as I commonly am faced with creating architectures for installations using a variety of sensor inputs, ultrasonic, motion(Kinect), etc. Because a lot of my work...
View ArticleMaking classes in openframeworks in 2015 vs
Where is your class located? is it in the src folder and added to your project properly? What version of openframeworks are you using? note that 0.8.4 only runs with the VS 2012 toolset so if you're...
View ArticleOF for a PC Visual Studio 2012
You can have OF 0.8.4 run in visual studio 2015 so long as the toolset is set to the 2012 toolset which is like v110 I think. So long as you have 2012 installed you can use 2015 to develop with. The...
View ArticleOpen frameworks in Windows 10 + Visual Studio 15 RC
I believe that would be unlikely. I have VS 2012, 2013, and 2015 all installed on my computer and there hasn't been a conflict yet. Unless you are mismatching toolsets but if you get a prompt to...
View ArticleAdvice: network communication to physical interface
The protocol doesn't look as funky as WS2812s in fact its a pretty simple one, you just send each bit for each led. I haven't played with one of those before but I may have to check it out as I'm...
View ArticleUse ofxBullet joints to articulate tree branches structure
Hi, I am building a tree structure with some branches. Here you can see a screenshot of one tree example with only one branch: Captura de pantalla 2015-09-21 a las 17.22.57.png1024x787 60.5 KB I want...
View ArticleHow to rotate and translate a ofxBullet body?
Hey @NickHardeman, here's the link to the topic I opened about the articulation I was talking about: Use ofxBullet joints to articulate tree branches structure beginners Hi, I am building a tree...
View ArticleUse ofxBullet joints to articulate tree branches structure
Hi Limiting the angle each branch can bend can be a good alternative. I used a slightly easier option where each branch has a default direction and has a force constantly being applied in that...
View ArticleError building the androidEmptyExample
Oh thats great, was indeed a bit confusing. @edapx I ran into the same issue when opening the build.gradle of the example without including it manually. Weird that it doesn't work for you neither way...
View ArticleDrawing ofVboMesh with OF_PRIMITIVE_LINES is much slower than...
Hi everyone,I'm trying to draw 200,000 lines/points with a real-time generated ofVboMesh. However, the drawing is much slower (more than 50%) with OF_PRIMITIVE_LINES mode to OF_PRIMITIVE_POINTS mode....
View ArticleUse ofxBullet joints to articulate tree branches structure
Thanks a lot @pelintra for the tips !! Do you think can I avoid the use of boxes on each branch fragment and use only balls on the nodes/particles/joins + limited joints between them? My main problem...
View ArticleError building the androidEmptyExample [SOLVED]
@Prof_Sparkles @arturo I've finally have the androidPolygonExample working using the current branch, and changing the settings.gradle file, adding include 'examples:android:androidPolygonExample'. The...
View ArticleWarning : before upgrading to Xcode 7
@Evie: You have to change it in your project and in the openframeworks project.
View ArticleError building the androidEmptyExample [SOLVED]
oh, i forgot to push my changes yesterday to the main repo. i've just done it. by readmes i mean the markdown files in the docs folder: github.com...
View ArticleSvg image to Ilda Laser - normalisation of the polyline?
We did some processing similar to yours in a (VERY!) unoptimised way, like this, mostly because we need access to the original polyline later on. ofPolyline simpleContour = normBlob.contour;...
View ArticleNo network possible aside from the local network
Hi, I am having problems with creating programs that are able to connect through the internet. I am unable to connect my programs through the internet, even the example programs from OFx. For example...
View ArticleNo network possible aside from the local network
it might be that you have some kind of firewall running in the computer? in windows it's usually enbaled by default and will block any connections, not sure how to disable it though
View ArticleError building the androidEmptyExample [SOLVED]
The new tutorial looks good!Everything works, just some troubleshooting that happens to me: clicking on the console error on Android Studio generally worked, but it was not able to resolve the...
View ArticleNo network possible aside from the local network
Windows gives a warning when I start the program, but I allow it to send and receive. I also shut down my firewall just to be sure, but still nothing gets through. It should work when I change the...
View Article