mouse-data/spacenav-demo.xml
author František Kučera <franta-hg@frantovo.cz>
Thu, 24 Oct 2019 21:52:34 +0200
branchv_0
changeset 139 0246f4b2c827
parent 137 8e583c8df660
permissions -rw-r--r--
fix license version: GNU GPLv3

<stránka
	xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana"
	xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro">
	
	<nadpis>Spacenav Demo</nadpis>
	<perex>Demo program that shows current state of 3D mouse.</perex>
	<pořadí>030</pořadí>

	<text xmlns="http://www.w3.org/1999/xhtml">
		<p>
			The Spacenav Demo is a simple client program for the <a href="http://spacenav.sourceforge.net/">Spacenav</a> library and daemon.
			This demo just shows current status of the 6DoF 3D mouse
			and can be used for testing. 
		</p>
		
		<m:img src="img/spacenavDemo-adwaita-v0.1.png"/>
		
		<h2>Build and installation</h2>

		<p>We use the CMake build system, so the steps are basically:</p>
		
		<pre><![CDATA[mkdir build && cd build && cmake .. && make]]></pre>
		
		<p>Required libraries:</p>
		
		<ul>
			<li>spnav</li>
			<li>Qt</li>
		</ul>
		
		<h2>3DConnexion SpaceMouse Wireless</h2>
		<p>Our software works with this mouse:</p>
		<m:img src="img/3DConnexion-SpaceMouse-1.jpeg"/>
		<m:usb-id/>
		
	</text>

</stránka>