Skip to content

Cross-platform clone of the FRC Driver Station (in development)

License

Notifications You must be signed in to change notification settings

FRC-Utilities/QDriverStation-Rust

Repository files navigation

QDriverStation-Rust

This project aims to integrate the UI of the QDriverStation with ds-rs, a library written by Kaitlyn Kenwell.

⚠️ For the moment, this project is under heavy development. The user interface will be built from the ground-up to use newer Qt/QML technologies. Integration with ds-rs is underway. If you need to drive a robot, check the original QDriverStation.

Cloning this repository

This repository makes use of git submodule. In order to clone it, you have two options:

One-liner:

git clone --recursive https://github.com/FRC-Utilities/QDriverStation/

Normal procedure:

git clone https://github.com/FRC-Utilities/QDriverStation/
cd QDriverStation
git submodule init
git submodule update

Building the project

(TODO)

License

This project is released under the MIT License. For more information, click here.

About

Cross-platform clone of the FRC Driver Station (in development)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published