https://github.com/commonkestrel/windup
https://github.com/commonkestrel/windup
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/commonkestrel/windup
- Owner: commonkestrel
- Created: 2024-08-08T00:55:28.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T04:35:01.000Z (8 months ago)
- Last Synced: 2025-01-05T17:33:05.981Z (4 months ago)
- Language: HTML
- Size: 585 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WindUp: A cross-platform alternative to the FRC DriverStation
Wind Up is an alternative to the FIRST Robotics Competition DriverStation that works on Windows, Mac, and Linux.
It uses Tauri and Rust to ensure a lightweight and responsive experience.
Under the hood, Wind Up uses [`driverstation`](https://github.com/commonkestrel/driverstation) to communicate with the robot.Since this is currently a work in progress, you'll need [tauri-cli](https://crates.io/crates/tauri-cli) in order to run the project.
Once installed, just run the following command:
```bash
cargo tauri dev
```