mouse-data/spacenav-simulator.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 Simulator</nadpis>
	<perex>A tool that simulates 3D mouse (resp. the socket) and allows control of a CAD or other client program.</perex>
	<pořadí>040</pořadí>

	<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>