Era Dorta
Era Dorta
I had the same problem and I solved it by installing in a separate folder with virtualenv mkdir larsen && cd larsen virtualenv venv && source venv/bin/activate export PYTHONPATH= pip...
Thanks, a reproducible way to get the unknown status is to active secure boot. Which by the way makes the readme a bit misleading, the nvidia drivers do work with...
Hi, thanks for commitment to the project. I had a look at terrace repository and I couldn't quite figure out how to run the code. Could you give me detailed...
Thanks for the update, touch_moved is used in all of the examples in gosu_android. I recently used the version from ruby_gems and I got normal touch response in the arkanoid2...
Truth be told, I can't remember if I ever tested touch_ended.
I tested touch_began and touch_ended with the code from rubygems in the arkanoid game example, and they both worked as expected. I'll give a try at reproducing with your code...
Quite strange, on my phone that code outputs to the log all the `TOUCH BEGAN`, `TOUCH MOVED` and `TOUCH ENDED`. This might actually have to do with #19, since in...
Indeed, on my physical device they are offset as well. I suspect they changed the default behaviour at some point. One easy solution would be to add an opposite offset...
I took a look into this and I got the basic ideas, a rake test, install android sdk, install the apps and check the return values. However I did not...
Master has the same version the gem does. I use trunk for commits that are stable. Then I use other branches for development and if the changes work, I merge...