mouse-data/spacenav-simulator.xml
author František Kučera <franta-hg@frantovo.cz>
Sun, 26 Jul 2020 20:28:43 +0200
branchv_0
changeset 141 586530e0642d
parent 137 8e583c8df660
permissions -rw-r--r--
css: green noise background, lighter body, header and footer background, shadows, link colors, lighter footnotes border, copyright 2019-2020

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