mouse-data/spacenav-simulator.xml
branchv_0
changeset 137 8e583c8df660
parent 136 025ec3d898c4
equal deleted inserted replaced
136:025ec3d898c4 137:8e583c8df660
     6 	<perex>A tool that simulates 3D mouse (resp. the socket) and allows control of a CAD or other client program.</perex>
     6 	<perex>A tool that simulates 3D mouse (resp. the socket) and allows control of a CAD or other client program.</perex>
     7 	<pořadí>040</pořadí>
     7 	<pořadí>040</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 Simulator is a simple server program that simulates the <a href="http://spacenav.sourceforge.net/">Spacenav</a> unix domain socket.
       
    12 			This simulator pretends that it is a 6DoF 3D mouse and Spacenav daemon.
       
    13 			It can be used for testing and development even if we do not have given hardware.
       
    14 			We can control e.g. Blender or OpenSCAD using this simulator.
    11 		</p>
    15 		</p>
       
    16 		
       
    17 		<m:img src="img/spacenavSimulator-adwaita-v0.1.png"/>
       
    18 		
       
    19 		<h2>Build and installation</h2>
       
    20 
       
    21 		<p>We use the CMake build system, so the steps are basically:</p>
       
    22 		
       
    23 		<pre><![CDATA[mkdir build && cd build && cmake .. && make]]></pre>
       
    24 		
       
    25 		<p>Required libraries:</p>
       
    26 		
       
    27 		<ul>
       
    28 			<li>Qt</li>
       
    29 		</ul>
       
    30 		
       
    31 		
       
    32 		<h2>3DConnexion SpaceMouse Wireless</h2>
       
    33 		<p>Our software simulates this mouse:</p>
       
    34 		<m:img src="img/3DConnexion-SpaceMouse-1.jpeg"/>
       
    35 		
    12 	</text>
    36 	</text>
    13 
    37 
    14 </stránka>
    38 </stránka>
    15 
    39