mouse-data/spacenav-simulator.xml
branchv_0
changeset 137 8e583c8df660
parent 136 025ec3d898c4
--- a/mouse-data/spacenav-simulator.xml	Tue Sep 03 23:28:46 2019 +0200
+++ b/mouse-data/spacenav-simulator.xml	Thu Sep 05 01:12:12 2019 +0200
@@ -8,7 +8,31 @@
 
 	<text xmlns="http://www.w3.org/1999/xhtml">
 		<p>
+			The Spacenav Simulator is a simple server program that simulates the <a href="http://spacenav.sourceforge.net/">Spacenav</a> unix domain socket.
+			This simulator pretends that it is a 6DoF 3D mouse and Spacenav daemon.
+			It can be used for testing and development even if we do not have given hardware.
+			We can control e.g. Blender or OpenSCAD using this simulator.
 		</p>
+		
+		<m:img src="img/spacenavSimulator-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>Qt</li>
+		</ul>
+		
+		
+		<h2>3DConnexion SpaceMouse Wireless</h2>
+		<p>Our software simulates this mouse:</p>
+		<m:img src="img/3DConnexion-SpaceMouse-1.jpeg"/>
+		
 	</text>
 
 </stránka>