forked from gallandarakhneorg/3dxware
-
Notifications
You must be signed in to change notification settings - Fork 0
Java wrapper and drivers for 3Dconnexion space mouses
License
LGPL-3.0, GPL-3.0 licenses found
Licenses found
LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
parabol-a/3dxware
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
--------------------------------
-- Arakhne Space Mouse Driver --
--------------------------------
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 (galland@arakhne.org) 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 (galland@arakhne.org) 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 <galland@arakhne.org>
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.
About
Java wrapper and drivers for 3Dconnexion space mouses
Resources
License
LGPL-3.0, GPL-3.0 licenses found
Licenses found
LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C++ 52.6%
- Java 21.5%
- C 15.3%
- Perl 10.6%