A perpetual artwork streaming app.
To start the development environment:
npm install
npm run tauri dev
To produce a build:
# Generate a private key first
npm run tauri signer generate -- -w ~/.tauri/galeri.key
npm run tauri build
- https://rfdonnelly.github.io/posts/tauri-async-rust-process/
- https://github.com/jondot/tauri-tray-app/blob/master/src-tauri/src/main.rs
- https://doc.rust-lang.org/book/ch16-03-shared-state.html#sharing-a-mutext-between-multiple-threads
- https://blog.knoldus.com/message-passing-in-rust-threads-is-very-helpful/