Library for communicating with spacenavd or 3dxsrv to get input from 6-dof devices.
 
 
Go to file
John Tsiombikas 4da778662e removed redundant information from the license file 2018-08-21 08:50:24 +03:00
examples
LICENSE removed redundant information from the license file 2018-08-21 08:50:24 +03:00
Makefile.in removed generated file spnav_config.h from the repository (bug #8) 2015-01-09 11:26:55 +00:00
README.md updated the readme and moved the license in a separate file 2018-08-21 06:43:35 +03:00
configure
spnav.c
spnav.h
spnav_magellan.c
spnav_magellan.h

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 familliar 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-2018 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.