Trawls is a fast image processing tool to merge nightsky RAW photos to create a startrail image and output it as another RAW file.
Pre-compiled packages for Linux, macOS and Windows can be found and downloaded on the release page.
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
.
CXXFLAGS="--std=c++14" yarn install
yarn run tauri:serve
yarn run tauri:build
yarn run lint
cargo clippy --all-targets --manifest-path src-tauri/Cargo.toml