mirror of
https://github.com/seemueller-io/yachtpit.git
synced 2025-09-08 22:46:45 +00:00
27 lines
671 B
Markdown
27 lines
671 B
Markdown
# yachtpit
|
|
[](https://github.com/seemueller-io/yachtpit/actions/workflows/ci.yml)
|
|
|
|
> Warning: Experimental, incomplete, and unfunded.
|
|
|
|
<p align="center">
|
|
<img src="https://github.com/seemueller-io/yachtpit/blob/main/yachtpit.png?raw=true" width="250" />
|
|
</p>
|
|
|
|
<p align="center">
|
|
An open-source virtual cockpit for Windows, macOS, Linux, Web, Android, and iOS.
|
|
</p>
|
|
|
|
|
|
### shrimp
|
|
- cargo/Rust
|
|
|
|
### grits
|
|
```shell
|
|
git clone https://github.com/seemueller-io/yachtpit.git && cd yachtpit
|
|
|
|
# https://doc.rust-lang.org/cargo/commands/cargo-check.html#description
|
|
cargo check
|
|
|
|
cargo run
|
|
```
|