# Haptic feedback and vibrations

**URL:** https://discourse.paraview.org/t/haptic-feedback-and-vibrations/13912
**Category:** ParaView Support
**Created:** [February 11, 2024, 7:20pm UTC](https://discourse.paraview.org/t/haptic-feedback-and-vibrations/13912 "2024-02-11T19:20:18Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![DIO](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/d/ecd19e/32.png) [@DIO](https://discourse.paraview.org/u/DIO)
#### Post date: [February 11, 2024, 7:20pm UTC](https://discourse.paraview.org/t/haptic-feedback-and-vibrations/13912/1 "2024-02-11T19:20:18Z")

</div>

has everyone managed to look into using haptic feedback for paraview VR simulations? I would like to see if it was possible at all and what site research is needed to implement it into simulations\>

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [February 12, 2024, 9:16am UTC](https://discourse.paraview.org/t/haptic-feedback-and-vibrations/13912/2 "2024-02-12T09:16:33Z")

</div>

Hi @DIO

This was considered in the context of [XRInterface (Virtual Reality) Plugin: Menu Redesign](https://discourse.paraview.org/t/xrinterface-virtual-reality-plugin-menu-redesign/11601) but left as out of scope for now.

It should not be too hard to do has openxr has everything needed, but careful VR UI/UX design ideas needs to be considered.

Many people may be interested if you look into it:

@Scott_Wittenburg @cory.quammen @Lucas_Givord @LucasGandel @tgalland

---

<div class="post-metadata">

### Author: ![cory.quammen](https://discourse.paraview.org/user_avatar/discourse.paraview.org/cory.quammen/32/11193_2.png) [@cory.quammen](https://discourse.paraview.org/u/cory.quammen)
#### Post date: [February 12, 2024, 2:05pm UTC](https://discourse.paraview.org/t/haptic-feedback-and-vibrations/13912/3 "2024-02-12T14:05:21Z")

</div>

The [CAVEIntegration plugin](https://gitlab.kitware.com/paraview/paraview/-/tree/master/Plugins/CAVEInteraction?ref_type=heads) may offer a fairly quick path forward for integrating haptics. It can use [VRPN](https://vrpn.github.io/) for interfacing with input devices. Right now that is mostly one-way from device to the plugin to ParaView, but it might not be that hard to add support for going the other direction.
