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
- Host: GitHub
- URL: https://github.com/garciadelcastillo/vivetrack-dynamo
- Owner: garciadelcastillo
- License: other
- Created: 2018-07-24T19:38:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T00:28:04.000Z (over 6 years ago)
- Last Synced: 2025-06-05T22:02:34.443Z (5 months ago)
- Topics: dynamobim, htc, openvr, package, tracking, vive
- Language: Smalltalk
- Homepage:
- Size: 12.9 MB
- Stars: 18
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

`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.