Raspberry Pi 2 Setup Guide
According to this:http://docs.openstack.org/havana/install-guide/install/apt-debian/content/basics-argparse.htmlpython-argparse in included in python 2.7 , but "does not include Provides:...
View ArticleofxStk Mutex, pThread
Hi Ahbee, Thank's for explanations I was looking for the stk record's example wich include RtWvIn.h ..
View ArticleNature Of Code: converted to OF here
sorry i mean the #include cause problems.the others that also have separate class files work well. the Neural Network example has all the same files as your folder. not sure why it stays white. it...
View ArticleNature Of Code: converted to OF here
it is strange that it's not displaying anything if you're getting that output, I had a look at the code and can't think of any reasons ... only thing I can suggest is putting some debug output in the...
View ArticlePhysics Audio Class
There is a pretty interesting physics audio class coming up, might be up somebody's alley here. https://www.kadenze.com/courses/physics-based-sound-synthesis-for-games-and-interactive-systems/info I...
View ArticleIs it possible to use swift and of together?
You could use Swift, however it would be a great amount of work as Swift doesn't have any interoperability with C++ (oF) and you would need to write a C or Objective-C++ layer to isolate the two. If...
View ArticleofNdkSetup Error when synching Gradle in androidEmptyExample
Hi Arturo, thanks again for your answer. I following the file docs/android_studio.md and trying to build the AndroidEmptyExample of the nightly builds. But I get the following error: Error:(1, 0)...
View ArticleofxFlowTools: optical flow, fluid dynamics and particles in GLSL
yes it is.I recommend using a Mac.
View ArticleofNdkSetup Error when synching Gradle in androidEmptyExample
what version of android studio are you using? it seems they've released 1.4 already, the original project files were done for 1.2 and then adapted recently for 1.3 but it might be that 1.4 has brokne...
View ArticleIs it possible to use swift and of together?
pizthewiz: stackoverflow.com Can I mix Swift with C++? Like the Objective - C .mm files asked by EhTd on 04:28PM - 04 Jun 14 c++, objective-c, swift Thank you.Because I have not wrote code for iOS...
View ArticleIs it possible to use swift and of together?
I am wondering if it makes sense to modify firmata in a way that i can send it via ethernet, wifi or bluetooth?Any disadvantages?
View ArticleofNdkSetup Error when synching Gradle in androidEmptyExample
actually i've just tested with android studio 1.4 and it still works fine, all i have to do is edit the paths.make file to point it to the ndk and install android studio then any of the examples work...
View ArticleCannot compile openframeworks using the new Debian Jessie OS
I had the same issue, the nightly build did the job with installing on jessie. Thanks Arturo for your suggestion.
View ArticleIs it possible to use swift and of together?
In this case, I'd say use Swift or oF, as using both would be more work and would mix at least 3 languages together. What is your goal, to communicate with an Arduino from an iOS device? How is the...
View ArticleXcode7:build succeeded but no window appears
I built a project by vs2012, it can run and the window appeared. But the codes cannot run on the Xcode7 as vs2012.It shows the project "built succeeded",but no window appeared. Please help me out....
View Article'strange' normal at first/last point of polyline
I'm trying to create a circle using polylines and add some effects to vertexes of the polylines later on. When I add normals to the polyline the first and last one don't act as expected (or intended)...
View ArticleXcode7:build succeeded but no window appears
This can happen if you build the "openframeworks" scheme instead of the one for your app. This gif shows how to fix it in Xcode 6, but it looks similar in Xcode 7 (top left, beside the "play" button)
View Article