File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- libspnav - 0.2.2
2- ----------------
3-
4- 1. About
5-
6- The libspnav library is provided as a replacement of the magellan library. It
7- provides a cleaner, and more orthogonal interface. libspnav supports both the
8- original X11 protocol for communicating with the driver, and the new
9- alternative non-X protocol. Programs that choose to use the X11 protocol, are
10- automatically compatible with either the free spacenavd driver or the official
11- 3dxserv, as if they were using the magellan SDK.
12-
13- Also, libspnav provides a magellan API wrapper on top of the new API. So, any
14- applications that were using the magellan library, can switch to libspnav
15- without any changes. And programmers that are familliar with the magellan API
16- can continue using it with a free library without the restrictions of the
17- official SDK.
18-
19-
20- 2. Installation
21-
22- Configure, make, and make install as usual.
23-
24-
25- 3. License
26-
271libspnav is part of the spacenav project (spacenav.sf.net)
28- Copyright (C) 2007-2009 John Tsiombikas <nuclear@member.fsf.org>
2+ Copyright (C) 2007-2018 John Tsiombikas <nuclear@member.fsf.org>
293
304Redistribution and use in source and binary forms, with or without
315modification, are permitted provided that the following conditions are met:
Original file line number Diff line number Diff line change 1+ libspnav
2+ ========
3+
4+ About
5+ -----
6+
7+ The libspnav library is provided as a replacement of the magellan library. It
8+ provides a cleaner, and more orthogonal interface. libspnav supports both the
9+ original X11 protocol for communicating with the driver, and the new
10+ alternative non-X protocol. Programs that choose to use the X11 protocol, are
11+ automatically compatible with either the free spacenavd driver or the official
12+ 3dxserv, as if they were using the magellan SDK.
13+
14+ Also, libspnav provides a magellan API wrapper on top of the new API. So, any
15+ applications that were using the magellan library, can switch to libspnav
16+ without any changes. And programmers that are familliar with the magellan API
17+ can continue using it with a free library without the restrictions of the
18+ official SDK.
19+
20+
21+ Installation
22+ ------------
23+
24+ Configure, make, and make install as usual.
25+
26+
27+ License
28+ -------
29+
30+ Copyright (C) 2007-2018 John Tsiombikas < nuclear@member.fsf.org >
31+
32+ libspnav is free software. Feel free to use, modify, and/or redistibute it
33+ under the terms of the 3-clause BSD license. See LICENSE for details.
You can’t perform that action at this time.
0 commit comments