Library for communicating with spacenavd or 3dxsrv to get input from 6-dof devices.
 
 
Go to file
John Tsiombikas 75aea89e55 - added client event type selection (evmask)
- added new types of events (dev/cfg) for proto v1
2022-03-21 08:53:15 +02:00
examples more protocol v1 additions 2022-02-13 02:33:25 +02:00
.gitignore Added pkgconfig file. Closes github feature request #14 2022-03-16 06:19:39 +02:00
LICENSE removed redundant information from the license file 2018-08-21 08:50:24 +03:00
Makefile.in Added pkgconfig file. Closes github feature request #14 2022-03-16 06:19:39 +02:00
README.md Merge branch 'master' of github.com:FreeSpacenav/libspnav 2022-02-06 14:50:57 +02:00
configure Added pkgconfig file. Closes github feature request #14 2022-03-16 06:19:39 +02:00
proto.h - added client event type selection (evmask) 2022-03-21 08:53:15 +02:00
spnav.c - added client event type selection (evmask) 2022-03-21 08:53:15 +02:00
spnav.h - added client event type selection (evmask) 2022-03-21 08:53:15 +02:00
spnav.pc.in Added pkgconfig file. Closes github feature request #14 2022-03-16 06:19:39 +02:00
spnav_magellan.c Fixed a typo in the magellan compatibility wrapper which obviously broke compatibility :) 2010-03-27 23:24:27 +00:00
spnav_magellan.h Fixed a typo in the magellan compatibility wrapper which obviously broke compatibility :) 2010-03-27 23:24:27 +00:00

README.md

libspnav

About

The libspnav library is provided as a replacement of the magellan library. It provides a cleaner, and more orthogonal interface. libspnav supports both the original X11 protocol for communicating with the driver, and the new alternative non-X protocol. Programs that choose to use the X11 protocol, are automatically compatible with either the free spacenavd driver or the official 3dxserv, as if they were using the magellan SDK.

Also, libspnav provides a magellan API wrapper on top of the new API. So, any applications that were using the magellan library, can switch to libspnav without any changes. And programmers that are familiar with the magellan API can continue using it with a free library without the restrictions of the official SDK.

Installation

Configure, make, and make install as usual.

License

Copyright (C) 2007-2022 John Tsiombikas nuclear@member.fsf.org

libspnav is free software. Feel free to use, modify, and/or redistibute it under the terms of the 3-clause BSD license. See LICENSE for details.