HAPI is a C++ open source cross-platform haptics library. It is extendable and simple to use. It allows for building applications with haptics cababilities or to add haptics to existing applications.
HAPI is a C++ open source cross-platform haptics library. It is extendable and simple to use. It allows for building applications with haptics cababilities or to add haptics to existing applications.
To install hapi, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install hapi
To see what files were installed by hapi, run:
port contents hapi
To later upgrade hapi, run:
sudo port selfupdate && sudo port upgrade hapi
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.