Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Yatekii/sailor


https://github.com/Yatekii/sailor

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

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
```