The Virtual-Reality Peripheral Network (VRPN) is a set of classes that implement an interface between application programs and the set of physical devices (tracker, etc.) used in a virtual-reality (VR) system.
The Virtual-Reality Peripheral Network (VRPN) is a set of classes that implement an interface between application programs and the set of physical devices (tracker, etc.) used in a virtual-reality (VR) system.
To install vrpn, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install vrpn
To see what files were installed by vrpn, run:
port contents vrpn
To later upgrade vrpn, run:
sudo port selfupdate && sudo port upgrade vrpn
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.