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

https://github.com/garciadelcastillo/vivetrack-dynamo

A DynamoBIM package for real-time reading of HTC Vive tracking data
https://github.com/garciadelcastillo/vivetrack-dynamo

dynamobim htc openvr package tracking vive

Last synced: 4 months ago
JSON representation

A DynamoBIM package for real-time reading of HTC Vive tracking data

Awesome Lists containing this project

README

          

# ViveTrack-Dynamo

ViveTrack is a [DynamoBIM](http://dynamobim.org/) package that allows real-time reading of HTC Vive spatial tracking data.

### Usage
If you have a working HTC Vive set, just download this package from Dynamo's package manager and look at the sample files.

In `01_Hello_Vive.dyn` you can find an example that tracks the position of all possible Vive objects and previews them in the background:

![](assets/ViveTrackDynamo_banner.png)

`02_Surface_Painting.dyn` uses controller tracking and trigger buttons to trace a series of lines in space and loft them into a surface, via the `DataRecorder` goodie:



### Projects

If you build something cool, please [tweet me](https://twitter.com/garciadelcast)!

Some projects built with ViveTrack by the community:

Lejla's uses trackers to [move a virtual camera inside a Revit model](https://bim-me-up.com/index.php/2018/08/07/vivetrack-for-dynamo/) at Autodesk's VR Center in Munich.



### Acknowledgments
ViveTrack for Dynamo is a port from the [awesome project](https://github.com/ccc159/ViveTrack) by [Chen Jingcheng](https://github.com/ccc159). It is built using the [OpenVR](https://github.com/ValveSoftware/openvr) runtime.

This package was developed at the Generative Design Group at [Autodesk](https://www.autodesk.com).

Feel free to report issues and contribute.