Download List

專案描述

libsixdof provides C and C++ interfaces to 6
degrees of freedom devices. The library is
intended to be very unobtrusive to an application,
allowing support to be implemented without great
effort. For example, an application might only
need to issue 3-4 API calls to tell libsixdof
about Xwindow objects that it should monitor.
Apart from those setup calls, functions that are
useful for controllers should be registered with
libsixdof. The configuration of the device (how
its axis movements map to these registered
functions) is then taken care of completely by
libsixdof. The application doesn't really need to
care what 6dof device is attached, where it is
attached (USB, etc.), what its name is, or if
there is more than one.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-02-12 19:06
0.1.1

Support for using libspnav as an event source was added.

2008-05-08 16:01
0.0.3

Axis actions can now be specified using mnemonic
axis names as well as by axis number.
標籤: Minor feature enhancements

2008-05-05 08:32
0.0.2

Button binding support was added. The API was
extended to allow an application to have more than
one window managed by libsixdof. The public C++
interface is now pure virtual to help future
extensions to avoid breaking ABI compatability.
標籤: Minor feature enhancements

Project Resources