raphaelrk / delaze

delaze is a virtual reality app that is intended to treat amblyopia (lazy eye) by encouraging stereoscopic vision
26 stars 10 forks source link

Updated to API23 and some user options added #13

Open aliaksei135 opened 8 years ago

aliaksei135 commented 8 years ago
raphaelrk commented 8 years ago

Did you test this? Can merge if tested (don't have enough space on my computer to reinstall android dev tools)

raphaelrk commented 8 years ago

Why disable headtracking? How would people play without it? This project deviates from the research paper because it's on the Google Cardboard. Let me know your thoughts

aliaksei135 commented 8 years ago

All tested and working.

For now the volume keys can be used if not using head tracking, however @urbster1 is going to make dpad controls as well.

Personally, I find the spinning around on the spot a bit tiring and almost nauseating after a couple of games.

urbster1 commented 8 years ago

Is there a working build? I don't have permission to merge the pull requests but I'd really like to give it a try!

aliaksei135 commented 8 years ago

@urbster1 I've hidden it a bit :p https://github.com/aliaksei135/delaze/tree/new-block-design/Unblyopia/app/build/outputs/apk This has the new blocks as well

urbster1 commented 8 years ago

Oh right! Thanks a bunch. It's definitely on the right track! I noticed there's still a bit of a shadowy tint in the parts of the blocks that are supposed to be shown to the other eye and it's allowing me to "cheat". Also, sometimes the entire block shows in one eye. Otherwise it's working well!

aliaksei135 commented 8 years ago

@urbster1 Thats next on my list to fix when I have some time!

aliaksei135 commented 8 years ago

@urbster1 I have fixed the shadowing and added in the ability to change the game colours (allowing some painful colour combinations :stuck_out_tongue_winking_eye:), also added in the ability to scroll on the about dialog (which I forgot last time)

aliaksei135 commented 8 years ago

@raphaelrk I have built and tested it. Can this be merged?