New addon: ofxManipulator
https://github.com/ofnode/ofxManipulator 3D manipulator for OF 0.9.0 that can move objects in space! Partially based on LibGizmo, but I had to clean up code a lot and improve its math. The result is...
View ArticleofQt: openFrameworks + Qt UI's
Hi Mileshiroo, I'm working on an university project where I need to develop a robust GUI for an open frameworks project. I would love it if you could explain how to accomplish what you have done. I...
View ArticleofVideoGrabber in Debian only shows first frame
I understand this has been solved for the nightly build. However, I wanted to throw in my experience. I had a similar problem with my webcam under Ubuntu only grabbing the first frame. It still can't...
View ArticleofxUDPManager: Sending messages to multiple IPs
It has been awhile since I did this, but here is the setup I used. udpConnection.Create(); udpConnection.SetEnableBroadcast(true); udpConnection.SetReuseAddress(true); //224.0.0.1 All Systems on this...
View ArticleHello from Reno, Nevada and noobland
Hello everyone! Name's Rocky. I'm a lifelong career sysadmin tired of simply being the mechanic keeping things just running and want to open up my creative side. I started with working with python a...
View ArticlePi tracker, my first project
I have study OF for few days. Although it is not easy for an art background rookie, I really love this platform. Faster and powerful. Pi track is my First project. The idea came from CMUcam. My goal...
View ArticleopenMP
@micuat Thanks for the reply. I checked out the oF 0.9.0 rc thread. It does seem that using that would it with VS 2015 would remove the OpenMP support problem. I just hope I don't have to make too...
View ArticleopenMP
@chuckleplant Oh that'd be much easier. Thanks! Already have both of these. Would try that first. VS2015 is already taking a lot to time to download and install.
View ArticleofxSyphon client won't render 3D textures
@imanolgo If I understand correctly, you syphon texture is being used to texture de 3d birds in openframeworks, right? The syphon version in ofxSyphon doesn't support the programable renderer (which...
View ArticleopenMP
see here for enabling openMP in VS2012 + header/lib downloads: Kj1: enable openMP in visual studio (c++ language settings - i think). If you have visual studio express you might need to add some...
View ArticleofxPD and Audiobus
Hi, I'm an ofxPD user and I'm trying to implement audiobus for my app. It seems like other audiobus apps are forcing to change the blocksize of ofxPD even without implementing audiobus at all. So I'm...
View ArticleofxPD and Audiobus
People have been able to make it work, I got close, but had to move onto other things. I came into blockSize and ticksPerBuffer issues etc tho...@alkex1982 made a load of headway and was able to share...
View ArticleofxPD and Audiobus
Hey Miles, I don't remember exactly how I did it but I think I fixed it by drag&dropping ofxpd into the addon, not by project generator. I attached an empty xcode project that contains ofxpd and...
View ArticleofxPD and Audiobus
One thing I found regarding blocksize issue with audiobus is that audiobus apps seem to force ofxpd's ticksPerBuffer to be multiplied 4 times of the original. So for example, if you set ticksPerBuffer...
View ArticleofxSyphon client won't render 3D textures
Hi @drakko, I´m not using the programable renderer and the syphon client demo app is working perfectly. Is the Syphon.framework different than the official from http://syphon.v002.info/ ?
View ArticleofxSyphon client won't render 3D textures
No, in ofxSyphon, the framework is the same than in v002, the one that I sent you is an experimental one. Now I remember, that a few months ago something similar happened to me. Check if the texture...
View ArticleofxSyphon client won't render 3D textures
All the rendering is happening in Unity 3D, sent to the syphon server and then read by the ofxSyphon client. I'm not sure how to change the pipeline in Unity. Is there is something that I can set from...
View ArticleofxPD and Audiobus
Im too out of touch with it at the moment unfortunately to be able to give much help here.Here's an example that might be useful, theres some different settings that get initialized depending on...
View ArticleopenMP
I actually had VS2013 installed. I downloaded oF 0.8.4 source for VS 2013 from the link here. The following the instruction here, I was able to run OpenMP finally!Thanks everyone.
View Article