Registry / other / libspnav

libspnav

JSON →
library0.2.3vcpkgunverified

Library for communicating with spacenavd or 3dxsrv to get input from 6-DOF devices.

vcpkg install libspnav
INSTALL
IMPORT
SIG · LIBSPNAV
L
libspnav
othercppv0.2.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

spnav.h
#include <spnav.h>

Open connection and read events from a 6-DOF device.

#include <spnav.h> int main() { if (spnav_open() == -1) return 1; spnav_event ev; while (spnav_wait_event(&ev)) { // process event } spnav_close(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

libspnav — pip install libspnav · libregistry