Official documentation repository for LookPilot head and eye tracking software. This repository contains all user guides, setup instructions, and troubleshooting documentation that powers the LookPilot website.
This repository contains comprehensive Markdown-based documentation for LookPilot:
- Application Documentation (
docs/app-docs/) - Game Setup Guides (
docs/game-docs/)
Each game is split into Linux and Windows guides and each guide includes:
- LookPilot configuration steps
- In-game setup instructions
- Troubleshooting tips
We welcome community contributions! Here's how you can help improve LookPilot documentation:
- Fork this repository
- Create a new directory under
docs/game-docs/your-game-name/ - Add required files:
manifest.json- Game metadata (name)windows.mdand/orlinux.md- Platform-specific guides
- Submit a pull request
In issues, you can describe any problems that you have encountered using the guides, request games to be added, describe game guides or generally give any suggestions.
- Go to the Issues tab in this repository
- Click "New Issue" to create a new issue
- Provide clear details:
- Descriptive title summarizing the issue
- Detailed description of the problem, suggestion or game setup
- Steps to reproduce (for bugs)
- Screenshots if applicable
- Submit the issue and our team will review it
Place images next to your .md file and use relative paths:
For subfolders:
Note: Don't use absolute paths like /docs/... — use relative paths starting with ./
docs/
├── app-docs/
│ ├── app-overview/
│ │ ├── manifest.json
│ │ └── guide.md
│ └── [other-app-guides]/
├── game-docs/
│ ├── game-name/
│ │ ├── manifest.json
│ │ ├── windows.md
│ │ └── linux.md
│ └── [other-games]/
This documentation is provided under the MIT License. See LICENSE for details.