3dxware

Java wrapper and drivers for 3Dconnexion space mouses

LGPL-3.0 License

Stars
8

-- Arakhne Space Mouse Driver --

THIS SOFTWARE IS PROVIDED AS-IS. IT NOT ANY MAINTAINED.

This software is named "Arakhne Space Mouse Driver" (aka. ASMD).

ASMD is a Java and C++-based library which provides a basic and common way to use a space mouse on all the supported operating systems (Linux, Windows...).

ASMD is using the official 3Dconnexion driver for the space mouses.

The tools distributed on side of the 3DxWare driver (from 3Dconnexion, Logitech Inc.) are written by Stephane GALLAND ([email protected]) under the terms of the GNU Lesser General Public License (see COPYING file for original text of the GPL license and COPYING.LESSER file for the Lesser extension).

The 3DxWare driver is the property of 3Dconnection, all rights reserved.

The version number is defined by the pattern: <3Dconnexion_driver_version>.<arakhne_driver_version> The 3Dconnexion driver version is composed of three digits.


-- HOW TO COMPILE AND INSTALL --

  1. ON LINUX

Unpack and install the content of the official driver zip archive (3DxSoftware_v3-6-11.exe or 3dxware-linux-v1-3-0.i386.tar.gz).

Then type the following command to compile and install the additional tools.

$> make -C ./sdk -f Makefile.linux PLATFORM=LINUX PREFIX=/usr all

$> make -C ./sdk -f Makefile.linux PLATFORM=LINUX PREFIX=/usr install

$> perl ./user_space/Makefile.PL --pixmaps /usr/share/pixmaps --bin /usr/bin --sbin /usr/sbin --desktop /usr/share/applications --etc /etc --varrun /var/run --man=/usr/share/man install

$> make -C ./sdk -f Makefile.linux PLATFORM=LINUX PREFIX=/usr clean


-- LICENSE --

The debian-specific tools distributed with the 3DxWare driver (from 3Dconnexion, Logitech Inc.) are written by Stephane GALLAND ([email protected]) under the terms of the GNU General Public License (see COPYING for more details).

The 3DxWare driver is the property of 3Dconnection, all rights reserved.

DEBIAN TOOL LICENSE

GNU Public License (GPL)

Copyright (c) 2008-14 Stéphane GALLAND <[email protected]>

This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; see the file COPYING. If not, write to the Free
Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.