mouse-data/spacenav-demo.xml
branchv_0
changeset 137 8e583c8df660
parent 136 025ec3d898c4
equal deleted inserted replaced
136:025ec3d898c4 137:8e583c8df660
     6 	<perex>Demo program that shows current state of 3D mouse.</perex>
     6 	<perex>Demo program that shows current state of 3D mouse.</perex>
     7 	<pořadí>030</pořadí>
     7 	<pořadí>030</pořadí>
     8 
     8 
     9 	<text xmlns="http://www.w3.org/1999/xhtml">
     9 	<text xmlns="http://www.w3.org/1999/xhtml">
    10 		<p>
    10 		<p>
       
    11 			The Spacenav Demo is a simple client program for the <a href="http://spacenav.sourceforge.net/">Spacenav</a> library and daemon.
       
    12 			This demo just shows current status of the 6DoF 3D mouse
       
    13 			and can be used for testing. 
    11 		</p>
    14 		</p>
       
    15 		
       
    16 		<m:img src="img/spacenavDemo-adwaita-v0.1.png"/>
       
    17 		
       
    18 		<h2>Build and installation</h2>
       
    19 
       
    20 		<p>We use the CMake build system, so the steps are basically:</p>
       
    21 		
       
    22 		<pre><![CDATA[mkdir build && cd build && cmake .. && make]]></pre>
       
    23 		
       
    24 		<p>Required libraries:</p>
       
    25 		
       
    26 		<ul>
       
    27 			<li>spnav</li>
       
    28 			<li>Qt</li>
       
    29 		</ul>
       
    30 		
       
    31 		<h2>3DConnexion SpaceMouse Wireless</h2>
       
    32 		<p>Our software works with this mouse:</p>
       
    33 		<m:img src="img/3DConnexion-SpaceMouse-1.jpeg"/>
       
    34 		<m:usb-id/>
       
    35 		
    12 	</text>
    36 	</text>
    13 
    37 
    14 </stránka>
    38 </stránka>
    15 
    39