<?xml version="1.0"?>

<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>peekabot</title>
    <link href="base.css" rel="stylesheet" type="text/css" media="screen" />
  </head>
  <body>
    <div id="nav_header">
	<a href="http://www.peekabot.org/"><h1>peekabot</h1></a>
	<ul id="nav_menu">
	    <li><a href="index.xml">Home</a></li>
	    <li><a href="download.xml">Download</a></li>
	    <li><a href="doc/latest/">Documentation</a></li>
	    <li><a href="community.xml">Community</a></li>
	    <li><a href="http://trac.peekabot.org">Development</a></li>
	</ul>
    </div>

    <div id="title_header">
      <h1>Visualization for robotics made easy</h1>
      <p>peekabot is 3D visualization tool aimed at aiding roboticists in their daily chores.</p>
    </div>

    <div id="context_menu">
	<nl>
	    <li><a href="index.xml">Main page</a></li>
	    <li><a href="download.xml">Download</a></li>
	    <li><a href="screenshots.xml">Screenshots</a></li>
	    <li><a style="color: #ffe761;" href="features.xml">Features</a></li>
            <li><a href="doc/latest/manual_installation.html">Installation</a></li>
            <li><a href="doc/latest/manual_tutorial.html">Tutorial</a></li>
	    <li><a href="faq.xml">FAQ</a></li>
	</nl>
    </div>

    <div id="content">

      <p class="feat_odd"><b class="bigger">Free Software.</b> Released under the GNU General Public License 2 
      (or later, at your option) you can use, modify and distribute peekabot 
      free of charge.</p>

      <p class="feat_even"><b class="bigger">Platform and operating system independent.</b> Designed to be
      operating system and endianess-agnostic. Runs on Linux, Mac OS X and 
      a variety of other UNIX flavours.</p>

      <p class="feat_odd"><b class="bigger">Resource efficient and scalable.</b> peekabot was designed with low
      CPU utilization and scalability in mind. Spend your hardware's CPU cycles
      on calculations that matter.</p>

      <p class="feat_even"><b class="bigger">Easy to extend.</b> Add new robots using XML and standard model 
      formats.</p>

      <p class="feat_odd"><b class="bigger">Framework independent.</b> No specific robotics framework 
      (e.g. Player) is required to run peekabot. Use it without a framework or tie it
      to your own personal favorite.</p>

      <p class="feat_even"><b class="bigger">General purpose, but tailored for robotics.</b> Visualize your 
      scenario in terms of basic primitives, use our specialized constructs, or
      mix freely. To make your life easier, peekabot supplies specialized
      support for manipulators and visualizing data from common sensors.</p>

    <!--<h2>General</h2>
    <ul>
        <li>Resource efficient.</li>
	<li>Scalable.</li>
	<li>Easily extendable - add new robots using XML and standard model formats.</li>
	<li>Asynchronous operation - client API function calls don't block, ensuring your robot never goes berserk due to a slow connection.</li>
	<li>Networked client server architecture. Visualize data from any network-capable device.</li>
	<li>Multi-platform - Runs on Mac OS X, Linux and other unices.</li>
	<li>General purpose - display whatever you want, however you want.</li>
	<li>Framework independent - does not depend on e.g. Player to function.</li>
	<li>Open source.</li>
    </ul>

    <h2>Technical</h2>
    <ul>
        <li>Support for loading model files and texture maps.</li>
        <li>Bandwidth efficient and easy-to-use support for sensors.</li>
    </ul>-->

    </div>

    <div id="footer">
	<p><a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=202798&amp;type=2" width="125" height="37" border="0" alt="SourceForge.net Logo" /></a></p>
    </div>
  </body>
</html>
