An open API service indexing awesome lists of open source software.

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

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!*