Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Yatekii/sailor
https://github.com/Yatekii/sailor
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Yatekii/sailor
- Owner: Yatekii
- Created: 2019-06-16T22:34:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-18T18:30:21.000Z (almost 2 years ago)
- Last Synced: 2024-07-11T23:45:36.851Z (4 months ago)
- Language: Rust
- Size: 5.29 MB
- Stars: 43
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-georust - Sailor - A sailing navigation application. (Watchlist)
README
# Sailor
A sailing navigation application.
![screenshot](doc/img/screenshot.png)
## Building
### Building for vulkan & Linux/Windows
```
cargo build --verbose --bin sailor
```### Building for metal & macOS
```
cargo build --verbose --bin sailor --no-default-features --features metal
```