Compile errors, building Win/MinGW/CodeBlocks of Nightly v20151016?
I use CodeBlocks 12.11, but at the moment, I replaced its toolchain executables (compiler) to refer to mingw-w64\i686-4.9.3-posix-dwarf-rt_v4-rev1\mingw32, which is to say, g++ version 4.9.3....
View ArticleHow to send ucs2/utf16 over network with OF?
Thanks for that @Timoteus some really great tips in there. I just double checked and realised that I wont be able to use CITP with Capture and I can only afford the Solo version at this stage which...
View ArticleBicubic 2d interpolation on an unregular grid
ok. now that i have real life data the pan and tilt angles seem to give me better nPolyfit results. i am noticing that sometimes no fitting is being found or performed. even if i do not change the...
View ArticleOpenframeworks and clion
I wanted to know if there is a way of using openframeworks with clion. It used cmake. I wanted to know because I rather use that ide (I love there ide's and dont want to use visual studios since it is...
View ArticleOF on ubuntu, Poco throwing error while compiling
Thanks man, I will try out nightly build! I am expecting there won't be much stability issues with nightly builds.
View ArticleCMake module for openFrameworks
Well since I don't have access to my mac over the weekend, I just pushed the changes working for me on Linux, ,so people might give it a try over the weekend so I can start incorporating fixes etc....
View ArticleOF on ubuntu, Poco throwing error while compiling
no, 0.9 is almost done so the current nightly builds are really stable now
View ArticleCompile errors, building Win/MinGW/CodeBlocks of Nightly v20151016?
Hi, we are going to drop codeblocks on this next release. the default IDE on windows with mingw will be qtcreator + msys2. there's no instructions on how to install it yet though
View ArticleCompile errors, building Win/MinGW/CodeBlocks of Nightly v20151016?
arturo: we are going to drop codeblocks on this next release. the default IDE on windows with mingw will be qtcreator + msys2. there's no instructions on how to install it yet though Thanks for that...
View ArticleofxMIDI on iOS crashes if I close other MIDI app
Hi @danomatikaThank you for your answer. Do you mean adding "public ofxMidiConnectionListener" in ofApp.h file? Screen Shot 2015-10-17 at 15.23.00.png1782x68 20 KB And...
View ArticleBicubic 2d interpolation on an unregular grid
Have only skimmed over the thread, for the triangulation part look at the delaunay alrorithm: en.wikipedia.org Delaunay triangulation In mathematics and computational geometry, a Delaunay...
View ArticleHow to get audio buffersize through Audio Unit RemoteIO
Thank you for your work @danomatika I tried your branch and it works fine if I don't open other audio apps in the background. But I found 2 issues when I use it with other audio apps(that use...
View ArticleSending array from arduino to of
or maybe you have a better idea to send some values assigned to channels via ofxSerial. data i want to send: array[0] = 1024; array[2] = 1024 and further
View ArticleOF on ubuntu, Poco throwing error while compiling
Hey, I tried installing dependencies for 0.9 nightly build but got error regarding opencv. It is as below: The following packages have unmet dependencies: libopencv-dev : Depends:...
View ArticleHow to control the speed of a rotation
Hi, same problem, the incrementation is still getting faster and faster... Cyril
View ArticleBuild openframework on ubuntu14.04 and develop it with vim or sublime
hello everyone,I seldom use IDE for coding .It seems all the setup methods need an IDE. so i am wondering how to build the openframework on ubuntu 14.04.can someone help me ?thanks.
View ArticleBuild openframework on ubuntu14.04 and develop it with vim or sublime
hi, this is my blog, though it is in Chinese.http://my.oschina.net/randy1986/blog/481614
View ArticleBuild openframework on ubuntu14.04 and develop it with vim or sublime
thanks,i will try .
View ArticleBuild openframework on ubuntu14.04 and develop it with vim or sublime
1.download the package from http://openframeworks.cc/download/2.extract the package like this: tar -zxvf ~/of_v0.8.4_linux_release/scripts/linux/ubuntu3.enter the file path like this: cd...
View ArticleBuild openframework on ubuntu14.04 and develop it with vim or sublime
i have done what you recommended . so how to test if the environment is set properly?
View Article