项目作者: Silberschleier

项目描述 :
Trawls is a fast image processing tool to merge nightsky RAW photos to create a startrail image and output it as another RAW file.
高级语言: Rust
项目地址: git://github.com/Silberschleier/trawls.git
创建时间: 2020-11-23T15:51:59Z
项目社区:https://github.com/Silberschleier/trawls

开源协议:

下载


Trawls

CI dev branch

Trawls is a fast image processing tool to merge nightsky RAW photos to create a startrail image and output it as another RAW file.

Download

Pre-compiled packages for Linux, macOS and Windows can be found and downloaded on the release page.

Project setup

Trawls is based on Tauri and uses Vue for its user interface.
Tauri is integrated using a vue-cli plugin, such that setup, compilation and building of the Rust parts can be controlled through yarn.

  1. CXXFLAGS="--std=c++14" yarn install

Compiles and hot-reloads for development

  1. yarn run tauri:serve

Compiles, minifies and packages for production

  1. yarn run tauri:build

Lints and fixes Vue/JS files

  1. yarn run lint

Lints Rust code

  1. cargo clippy --all-targets --manifest-path src-tauri/Cargo.toml