Advice: network communication to physical interface
another possibility is to connect an external hd with it's own power to boot from it to the rpi or even boot from the net
View ArticleAdvice: network communication to physical interface
I dont think an arduino has the internal buffer to handle that much data. A teensy could but I think sticking with the raspberry pi is probably still a better plan. Theres a lot more that can go wrong...
View ArticleWarning : before upgrading to Xcode 7
How do I update the Base SDK setting in openFrameworksLib.xcodeproj?
View ArticleI think ofEvent has some bugs?
but where can i get the newest codes for ios?nightly builds?where is that? master branch?
View ArticleI think ofEvent has some bugs?
in the download page below the normal downloads: http://openframeworks.cc/download
View ArticleAdvice: network communication to physical interface
If your idea is to control an array of led pixels, maybe this dedicated controller may help youhttp://www.sandevices.com/aboutus.html It supports artnet input and controls un to 2000 pixels, and is...
View ArticleBrazilian freelancers
Hi.Should applier live in Brazil? What if he works at brazilian time zones?Contact me at jDevlin685@outlook.com.Regards
View ArticleOF for a PC Visual Studio 2012
Change request In the install description, Visual Studio 2012 is mentioned.Could this not be upgraded to the Visual Studio 2015 communityy? That is much more suitable forr Win 20. 3D
View ArticleRegular Expression in OF 0.9
I've seen that in the examples folder, under utils the regualr expression example is using Poco::RegularExpression. Is there a reason to prefer that library over the default c++ 11...
View ArticleOF for a PC Visual Studio 2012
Hi there, quoting arturo: arturo: vs2015 won't work with 0.8.4, you always need to use the version specified in the download page in the setup guide. for 0.8.4 is vs2012. you can also use the 0.9RC or...
View ArticleRegular Expression in OF 0.9
yes it's just because the previous version didn't have support for c++11, in fact the core already uses std::regex instead. another problem is that old compilers (for example the one in the raspberry...
View ArticleRegular Expression in OF 0.9
Ah ok.PR in the future is a good idea,i'm working on a project that use regular expressions, and it would be easy to add a small example in that folder.
View ArticleOF for a PC Visual Studio 2012
Can one use VS 2012 and VS 2015 concurrently? However, I will try the latest version with VS 2015 but since I am a beginner I am concerned with problems+issues that may arise from using a new image....
View ArticleOF for a PC Visual Studio 2012
I forgot to dd: Where can I download the0. 9 (VS 2015) version.The download page shows only the 0.8 version. I think I would like to use VS 2012 concurrently with VS 2015.
View ArticleOF for a PC Visual Studio 2012
I dont' think it's possible to use concurrently due to library builds mismatches between compiler versions. You can download nightly oF builds from here (go to the bottom of the page). Those might be...
View ArticleOF for a PC Visual Studio 2012
It is actually possible to have multiple versions of VS installed -- I have 2012 Express for 0.8.4 and 2015 Community for 0.9 working side by side, and can even have projects open in each at the same...
View ArticleConsole appears on top of app
Hi, I've just set up OF 0.8.4 on a rpi2 based on these instructions. All seemed to go well, except when I run an example it appears behind the console: IMG_1008.JPG400x533 86.4 KB This is a fresh pi -...
View ArticleAdvice: network communication to physical interface
thanks, @arturo and @bakercp. I haven't tried with the rPi 2 yet. I'll look into that. @drakko I'll look into this as well. I just emailed the company to see if they support the sm16716 chip, which is...
View ArticleSyphon texture in a ofxQuadWarp appears black
I find out what happens ! The problem was about the setting of the serverName, apparently "Simple Server" is not a valid name for the testing server provided by Syphon. When i removed this line, the...
View Article