# Creating VR user interface

**URL:** https://discourse.vtk.org/t/creating-vr-user-interface/3102
**Category:** VR/AR
**Created:** [April 20, 2020, 5:08am UTC](https://discourse.vtk.org/t/creating-vr-user-interface/3102 "2020-04-20T05:08:48Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![1118](https://discourse.vtk.org/user_avatar/discourse.vtk.org/1118/32/1577_2.png) [@1118](https://discourse.vtk.org/u/1118)
#### Post date: [April 20, 2020, 5:08am UTC](https://discourse.vtk.org/t/creating-vr-user-interface/3102/1 "2020-04-20T05:08:48Z")

</div>

Hi. I have been playing around ParaView Open VR plugin with VIVE VR equipment.

I like how ParaView QT GUI is rendered inside the VR render window.

But for the project we are working on, we need to make our own simple UI interface.

And I dont know how I can achieve that.

Any recommendations on how I should tackle this will be greatly appreciated.

---

<div class="post-metadata">

### Author: ![Michael](https://discourse.vtk.org/user_avatar/discourse.vtk.org/michael/32/16_2.png) [@Michael](https://discourse.vtk.org/u/Michael)
#### Post date: [April 20, 2020, 6:31am UTC](https://discourse.vtk.org/t/creating-vr-user-interface/3102/2 "2020-04-20T06:31:31Z")

</div>

Hello,  
If you are using QT, have a look at `vtkQWidgetWidget`, this is what ParaView is using.
