https://github.com/pupil-labs/pupil
Raw File
Tip revision: 5239f1abdbdc42d3c829e803256b53d77328ec3f authored by Pablo Prietz on 05 December 2016, 15:35:21 UTC
Clean up
Tip revision: 5239f1a
README.md
# Pupil
Open source eye tracking software platform that started as a thesis project at MIT. Pupil is a project in active, community driven development. Pupil mobile eye tracking hardware is accessible, hackable, and affordable. The software is open source and written in `Python` and `C++` when speed is an issue.

Our vision is to create tools for a diverse group of people interested in learning about eye tracking and conducting their eye tracking projects.

[![Gitter](https://badges.gitter.im/pupil-labs/pupil.svg)](https://gitter.im/pupil-labs/pupil?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

## Project Website
For an intro to the Pupil mobile eye tracking platform have a look at the [Pupil Labs Website](http://pupil-labs.com "Pupil Labs").

## Getting Started
<table>
<tr>
	<td align="center" width="20%"><img width="100" src="https://github.com/pupil-labs/pupil/wiki/media/icons/Pupil_Logo_wiki-01.png" /></td>
	<td  align="center" width="20%"><img width="100" src="https://github.com/pupil-labs/pupil/wiki/media/icons/Pupil_Logo_wiki-03.png" /></td>
	<td align="center" width="20%"><img width="100" src="https://github.com/pupil-labs/pupil/wiki/media/icons/Pupil_Logo_wiki-04.png" /></td>
	<td align="center" width="20%"><img width="100" src="https://github.com/pupil-labs/pupil/wiki/media/icons/Pupil_Logo_wiki-05.png" /></td>
	<td align="center" width="20%"><img width="100" src="https://github.com/pupil-labs/pupil/wiki/media/icons/Pupil_Logo_wiki-02.png" /></td>
</tr>
<tr>
	<td><a href="https://github.com/pupil-labs/pupil/wiki/Getting-Pupil-Hardware">Pupil Hardware</a></td>
	<td><a href="https://github.com/pupil-labs/pupil/wiki/Getting-Started">Getting Started</a></td>
	<td><a href="https://github.com/pupil-labs/pupil/wiki/User-Guide">User Docs</a></td>
	<td><a href="https://github.com/pupil-labs/pupil/wiki/Developer-Guide">Developer Docs</a></td>
	<td><a href="https://github.com/pupil-labs/pupil/wiki/Community">Community</a></td>
</tr>
<tr>
	<td valign="top">Get and setup your Pupil eye tracking hardware</td>
	<td valign="top">Get up and running and learn the basic Pupil workflow</td>
	<td valign="top">Learn more about Pupil Capture and Pupil Player software settings and workflows here</td>
	<td valign="top">Want to write code? Read the developer docs here</td>
	<td valign="top">Connect with the Pupil community. Chat with us on <a href="https://gitter.im/pupil-labs/pupil?utm_source=share-link&utm_medium=link&utm_campaign=share-link">gitter</a></td>		
</tr>
</table>


## License
All source code written by Pupil Labs is open for use in compliance with the [GNU Lesser General Public License (LGPL v3.0)](http://www.gnu.org/licenses/lgpl-3.0.en.html). We want you to change and improve the code -- make a fork! Make sure to share your work with the community! See the wiki for more info on the [license](https://github.com/pupil-labs/pupil/wiki/License "License"). For support and custom licencing [contact us!](https://github.com/pupil-labs/pupil/wiki/Community#email "email us")
back to top