add moved files to correct location
This commit is contained in:
parent
5ddf897b3e
commit
a4d0e8f33b
14 changed files with 3968 additions and 0 deletions
23
README.md
Normal file
23
README.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# gdvrpn
|
||||
|
||||
A native GDScript implementation of the [VRPN](https://vrpn.github.io/) client protocol.
|
||||
|
||||
# TOC
|
||||
|
||||
# Background
|
||||
|
||||
Various VR tools even today in use are providing an interface for tracking data by implementing a VPRN server. Binding a the actual VRPN library into an extension is proven and working but is quite a burden if the main aim of usage is receiving tracking data. Hence, this project was born to allow for easy integration of VRPN tracking in Godot.
|
||||
|
||||
This project does not implement any server components and is only tested with a limited number of devices in our lab.
|
||||
|
||||
# Install
|
||||
|
||||
Install the project from the AssetLib in Godot or directly from the repository.
|
||||
|
||||
# Usage
|
||||
|
||||
TBW
|
||||
|
||||
# License
|
||||
|
||||
This project is licensed under the terms of the [MIT License](https://opensource.org/license/mit)
|
Loading…
Add table
Add a link
Reference in a new issue