Results 21 comments of Doruk Eker

In the earlier versions of Chrome the default orientation base was WORLD. Meaning you get absolute values. If you want relative values, you need to set the orientation base explicitly...

Hello there, I am glad to see the library being used in different use cases. Couple of remarks to clarify the use of parameters and the return values: The parameters...

Hello there @arjunroychowdhury Wow that is some maths. Frankly speaking I am not very good at the matrix operations. Having said that I see in the code you are using...

Can you give more info about the version and OS. Also please try this basic demo http://dorukeker.github.io/gyronorm_samples/demo/ on the same browser.

I assume you are on desktop? Is that correct? Gyronorm uses native java script APIs of deviceorientation and devicemotion. Normally these are meant for mobile devices. For the desktop (laptop):...

I’d use this one https://github.com/dorukeker/gyronorm.js/wiki/API-Documentaion#isavailable to check if it is available. Then use the start function. Also it is a better idea to check the if running on mobile as...

Hi there, I had the same issue before and it was fixed. (https://github.com/dorukeker/gyronorm.js/issues/34) Apparently for some reason it is back. I will check with NPM and let you know. For...

Hello, On Mac it installs the correct version (2.0.6). On PC it still installs older one (2.0.4) It tells me this can be computer specific. Any ideas? Did it et...

Hi There, I had a long email traffic with NPM about this. We tried to clear the npm cache etc. But could not figure out the actual reason. In some...

@glomotion I am glad you find it useful. :)