A slack client written in Rust and GTK+.
- Rust
- GTK+ using relm.
- CSS (whaa? see The FAQ)
-
Does this work?
- No, it currently doesn't work at all. It's not worth trying right now.
-
GTK+? That doesn't look native on all platforms!
- Strack solves this by looking native on no platforms! It follows the familiar look-and-feel of the official Slack app.
-
How do I theme strack?
- Strack uses CSS for theming! Check out
style.css
, and the GTK+ guide on CSS.
- Strack uses CSS for theming! Check out
I'd love help on this, I'm new to rust and I'm sure there's many things to improve. If you want to help out:
- Clone the repo
- Install rust nightly and then run
cargo run
. - I personally use IntelliJ Rust for development, but any editor will work fine.