https://github.com/sakapon/devicesignal
A sample that synchronizes a device's orientation (from a gyroscope) with an object on browsers.
https://github.com/sakapon/devicesignal
deviceorientation gyroscope signalr
Last synced: 3 months ago
JSON representation
A sample that synchronizes a device's orientation (from a gyroscope) with an object on browsers.
- Host: GitHub
- URL: https://github.com/sakapon/devicesignal
- Owner: sakapon
- License: mit
- Created: 2019-01-07T13:52:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-26T14:20:36.000Z (over 6 years ago)
- Last Synced: 2025-01-17T09:45:18.112Z (4 months ago)
- Topics: deviceorientation, gyroscope, signalr
- Language: JavaScript
- Homepage: https://devicesignal.azurewebsites.net/
- Size: 350 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DeviceSignal
A sample that synchronizes a device's orientation (from a gyroscope) with an object on browsers.
That uses the CSS `transform` property, the JavaScript `deviceorientation` event and ASP.NET SignalR.### My Blog
- [transform と deviceorientation における回転の表現 (HTML)](https://sakapon.wordpress.com/2019/01/06/html-device-orientation/)
- [ASP.NET SignalR でデバイスの回転状態を同期する](https://sakapon.wordpress.com/2019/01/26/signalr-device-orientation/)### Development Environment
- .NET Framework 4.7
- ASP.NET SignalR 2.4.0