Files
yachtpit/README.md
2025-07-16 17:51:24 -04:00

25 lines
651 B
Markdown

# yachtpit
[![Build](https://github.com/seemueller-io/yachtpit/actions/workflows/ci.yml/badge.svg)](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
# clone the project
git clone https://github.com/seemueller-io/yachtpit.git && cd yachtpit
# run desktop app with the development profile
cargo run
```