mirror of
https://github.com/seemueller-io/yachtpit.git
synced 2025-09-08 22:46:45 +00:00

* configure workspaces * Modularize domain logic by creating a new `models` crate. * Moved `LoadingPlugin` and `MenuPlugin` from `core` to a new `ui` module. Updated imports accordingly. * add theme for instruments * trunk serve works, remove audio and textures * remove loading indicator and assets * rename models to systems * seperate systems and components from models * Refactor instrument cluster to leverage reusable composition utilities. --------- Co-authored-by: geoffsee <>
25 lines
702 B
Markdown
25 lines
702 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 cross-platform cockpit for Boats, targeting Windows, macOS, Linux, WebAssembly, Android, and iOS.
|
|
</p>
|
|
|
|
### prereqs
|
|
- 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
|
|
``` |