https://github.com/digitalcircuit/remote-haptics
Exploring tactile feedback for Virtual/Augmented Reality experiences
https://github.com/digitalcircuit/remote-haptics
haptic-feedback haptics virtual-reality
Last synced: 8 months ago
JSON representation
Exploring tactile feedback for Virtual/Augmented Reality experiences
- Host: GitHub
- URL: https://github.com/digitalcircuit/remote-haptics
- Owner: digitalcircuit
- License: gpl-3.0
- Created: 2022-07-04T03:00:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T06:11:02.000Z (over 3 years ago)
- Last Synced: 2025-02-02T09:33:12.437Z (over 1 year ago)
- Topics: haptic-feedback, haptics, virtual-reality
- Language: Python
- Homepage:
- Size: 76.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Remote Haptics
===============
Remote Haptics explores how to integrate tactile feedback into Virtual/Augmented Reality experiences. By separating out the haptics engine from AR/VR platform-specific code, this may provide an easier, more approachable way to harness the power of touch.
**Warning:** Very early work in progress, things may break, no warranty, etc.
## Setup
System needed:
* Python 3
* The Linux `evdev` Python module (support for Windows should happen in the future)
* Some sort of haptics device supported by the Linux force-feedback system (e.g. game controller with rumble)
* Python code is [formatted using Black](https://black.readthedocs.io/ )
* *To be done - expand this list?*
## Usage
* *To be done*
## Credits
* *To be done*
* *If you're missing, let me know, and I'll fix it as soon as I can!*