0.9.0 Release Candidate 2
Checked the 20151019 nightly and it works, thanks zach. If anyone wants to use ofxSyphon with 0.9, I'd suggest using the latest nightly build until the next 0.9 RC.
View ArticleAMD FirePro D700 / MacPro - OpenGL GLSL problems
I can't get OpenGL/GLSL to work on the new MacPro. My old project used to call ofSetOpenGL(3,3) or something... Current logs: GL_VERSION_3_1: OK glDrawArraysInstanced: OK glDrawElementsInstanced: OK...
View ArticleopenFrameworks 0.9.0-RC2 in Android Studio on OSX 10.11.1:...
that means that the application is already installed in the device (in the emulator in this case) but it's not compatible with the one you are going to install so it needs to uninstall it first. the...
View ArticleAMD FirePro D700 / MacPro - OpenGL GLSL problems
that glsl version is not correct. version 150 is the minimum to run under gl 3+ which should work.
View ArticleOFAndroid doesn't work on x86 devices?
kind of hacky but i can't really think of any other way to solve the problem, this seems really a bug on that specific device, but let's merge it anyway, can you send a PR?
View ArticleAMD FirePro D700 / MacPro - OpenGL GLSL problems
I know, I had 150... but I get the same error so I tried all combinations. 150, 410,330 everything. [ error ] ofShader: setupShaderFromSource(): GL_VERTEX_SHADER shader failed to compile[ error ]...
View ArticleExtending ofxGui with new widgets
@fxlange that's awesome! I thought now that 0.9 will be released we could do a meetup in Berlin some day to discuss the strategy for ofxGui. I use the new version a lot now but some things are not as...
View ArticleAMD FirePro D700 / MacPro - OpenGL GLSL problems
mmh, that's really strange, can you post a small example that fails like that? including the main.cpp where you iniitialized openGL...
View ArticleAMD FirePro D700 / MacPro - OpenGL GLSL problems
So, shaderExample modified: //--------------------------------------------------------------void ofApp::setup(){ ofBackground(34, 34, 34); ofSetVerticalSync(false); ofEnableAlphaBlending(); //we load...
View ArticleRaspberry Pi 2 Setup Guide
Yeah you're probably right -- should we add it to the 0.8.4 guide. I'm excited for everyone to start using 0.9.0 we can mod it there in source too and just make it clear that this is only "officially"...
View ArticleDo I have to copy all pixels over to make a sub image?
Processing or even SFML made it easy to grab a sub image out of an old image without having to copy over each pixel, I cant seem to find any documentation on easy sub images, why is this?
View ArticlebearingHaversine function
Oops. That documentation looks like a copy/paste error on my part. If you look at the implementation, there is a link to the place where I got the code github.com...
View ArticleDo I have to copy all pixels over to make a sub image?
Sorry -- is your question why you can't find documentation or how to create sub-images without copying pixels?
View ArticleReaction-Diffusion Code
Hey Eva, Thanks for sharing this, looks gorgeous! ... But the file link is dead... do you still have the code somewhere around ?
View ArticleDo I have to copy all pixels over to make a sub image?
I found crop since, im just getting really frustrated with the lack of documentation, I am generally struggling to find examples and tutorials but since have found the crop function, Ido know how to...
View ArticleIm being asked where ofMain.h is! also no path to media is being successfully...
I suspect that my applications path relative to wherever it was first created (using project generator) has changed, There was some error when I created it on the desktop as it popped in a folder I...
View ArticleiOS + Xcode 7 not working
After upgrading to Xcode7, all my iOS file refused to work. Here's the error. Is anyone encountered same issue and could help me with it? Thanks a lot! Screen Shot 2015-10-29 at 2.32.37...
View Article30fps frame stuttering/jitter
Hi I am a somewhat newbie so please bare with me. I am designing a project in the last month for the RPI2. I first noticed a general stuttering when I made a version of the app to vj with via syphon....
View ArticleOFAndroid doesn't work on x86 devices?
Yep, definitely, I'll make it on first occasion. According to my crash logs, I'm getting this error not only on my device, but on several other types of Asus made devices that are out there. Did you...
View ArticleOFAndroid doesn't work on x86 devices?
no, not really, i think this is just a feature of some library that the emulator is not able to emulate. if there's an x86 library it should just be picking that up. would be great to get this in for...
View Article