-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mouse input does not work. #2
Comments
was looking through the examples and that code is also plain linux nothing particular for the rpi so it can be integrated in the ofAppEGLWindow too |
Almost working flawlessly. Two issues @arturoc
A "fix" is to remove the return function in ofThread here:
So, basically, |
On 11/28/2012 12:43 AM, Christopher Baker wrote:
:) yes, i've fixed the custom shaders so the default shader is set when
this is super weird, i'm not getting it at all, and startThread is a
|
Great on the mouse texture shader interaction. Yes, I'll bet that my armv6l poco libs are not matched to the header versions. Is there any easy way to check the header versions? Or should we upgrade to poco 1.4.5 across the board? |
@arturoc I tested the new shaderExample and it works great! The shader is not applied to the mouse texture. The This is looking great! Nice work! |
i think it is ok if the default shader applies to the mouse texture. also most examples shouldn't pass a default shader but use a custom one inside the app, the iphone example was setup like that because there was a problem with the custom shaders but it's fixed now. |
about poco, i've been looking for a way to check the version but had no luck, i was thinking that we should try to remove as much libraries as possible and use the system ones, even for poco and opencv unless there's some major incompatibility, that way we will be able to give support for every device also we could have libraries like tess2 which are just a couple of files as source directly and use a mechanism in the makefiles similar to that we have for addons so if there's an src folder it is compiled with the OF library |
I agree on both accounts. I'll modify the make files to compile core lib sources. I'll also get RPI running with system poco via |
Also .. just noticed that the current raspberry pi Poco repo is running poco 1.3.* I don't think that thread priority stuff was added until 1.4. Do you think poco 1.3 will be a problem? Are we relying on any other 1.4+ features (the current poco headers are 1.4.*). |
There are a lot of changes since 1.3 ... https://raw.github.com/pocoproject/poco/poco-1.4.5/CHANGELOG |
So debian is infamous for defaulting apt-get to older versions. I wonder fi
|
you might be able to get it with an experimental repo |
the problem with the experimental repo is that setting it up can be messy, we could get the packages we need from it and create an ubuntu ppa so we can have some newer versions for packages that are outdated like this although i'm not sure that ubuntu ppa wil support arm |
I think there is some poco thread stuff involved here -- see #62. |
This is resolved using the 1.3 debian system poco libs (and should be resolved with @artoroc's recompiled 1.4.3p1 poco libs). |
fixed with #63 |
ofMeshFace: arrays -> vectors to avoid memory problems + face normal as method
Currently ofAppRaspberryPi window does not support mouse input.
The text was updated successfully, but these errors were encountered: