0.9.0 Release Candidate 1
libboost_filesystem-mt, libboost_system-mt, libcairo-2 and LIBEAY32 were not found and do not exist.
View ArticleVarying vec2 surfacePosition
Hi, no, the varying passes a value from the vertex shader to its correspondent fragment shader.Using varyings you can pass whatever you want between the vert and frag shader.As of the surfacePosition,...
View ArticleMacam ps3eye Mountain Lion
You will be stuck with the same number of cams you can run with USB 2. The backward compatibility does not give you the bandwidth of USB 3, but uses a second chip to give you USB 2 with all the...
View Article0.9.0 Release Candidate 1
For quick and "dirty" workaround you can add MSYS2 search paths like described here. For long-term solution... I guess makefiles in openFrameworks point to dlls since compilers prefer to choose...
View ArticleVarying vec2 surfacePosition
RIght, so... I am not even sure how I did it but it works. I didn't use the addon but I will have a look at it.The problem was that I needed to use gl_MultiTexCoord0.xy; instead of gl_TexCoord[0].xy...
View ArticleofxRemoteUI addon
hey @inx, sorry for your troubles. I'll look into this! I added it as an issue on github: https://github.com/fx-lange/ofxSyncedParams/issues/9 so we can continue figuring it out there. edit: btw it's...
View ArticleQuestions about loading presets
hello~! i'm new to OF and trying to learn some basics, and i'm having some issues loading the preset i saved before. here is my code in the key events functions.// -------------------------- if ( key...
View ArticleStream data from mac/pc to ios/android over wifi/bluetooth
you could do this by having an OF app on the Mac/pc that uses ofxOSC to send your data, and on the iOS/android device write another oF app to receive the OSC data. This is assuming it's all the same...
View ArticleSpin - A Minimal Art Memory Game made with Openframework
Hey Community, It took almost 9 month but finally the project was finished. I proud to announce Spin - A Minimal Art Memory Game based on the great Openframework Library. Enclosed please find some...
View ArticleUsing ofxCvContourFinder's findContours
Yes, it's Jacob (this photo) and I want to add more people like Aaron Swartz and other people related but now I'm just trying to find the contour of this image and then add more to the animation. I...
View Article0.9.0 Release Candidate 1
i think some later commit has messed up the mingw makefiles and it's detecting the platform as linux so it's not adding the .exe and not copying the correct dlls. i'll take a look
View ArticleControlling skeleton in ofxFbx
1). getGlobalTransformMatrix should be correct ( bones extend ofNode ). 2). Yes, you can set the matrix using bone->setTransformMatrix. This only applies to the local matrix, so make sure to...
View ArticleopenMP
Hi I am also trying to use OpenMP for parallelizing my huge "image processing" loops. I'm on Windows and using CB with Mingw 4.7.1, since those have the additional libraries needed to run oF. But it...
View ArticleofxVideoGrabberPtgrey (or Point Grey cameras on new Windows systems in general)
I ran into this same error on Linux and was able to work around it. This was with a recent GigaE Blackfly. Hopefully when I get a moment I can document how. But in case I forget the steps involved......
View Article0.9.0 Release Candidate 1
There's a translation discrepancy with 0.9.0 (github master) and one of my addons. https://github.com/charlesveasey/ofxDomemaster/tree/master The fix was to translate the loaded models (ply):...
View ArticleAndroid master branch
arturo: openFrameworks I don't use OF, just ran this issue when reading tty devices, Could you help me to solve this issue? and what cause this issue? Sorry for add reply in this frame, there's only...
View ArticleofxRemoteUI addon
hoi @fxlange as mentioned in the issue: works on osx with ff, chrome, safari. it even works with ubuntu-touch there seems to an issue with the color-picker (ubuntu-touch) and sliding the sliders is a...
View ArticleSyncronised video art players with 3DLUT
Hi there! I am new to Openframeworks and I have limited knowledge so please bear with me. I am looking into using OF to link together several small computers to play video with sound in sync with a 3d...
View ArticleAndroid master branch
This is an openFrameworks forum not an android one, but this seems to be caused by compiling with the NDK targeting android version 21 which doesn't seem to be compatible with previous android versions
View ArticleConnecting firewire audio interface ruins openframeworks render
the problem happens around glfwSwapBuffers, when i connect my echo audiofire 2 audio interface to my macbook on mac osx 10. whilst im testing it i have commented out all rendered objects and none of...
View Article