2024-09-18 20:39:03 +03:00
|
|
|
# Yoda - Browser for [Gemini protocol](https://geminiprotocol.net)
|
|
|
|
|
2024-09-18 20:52:52 +03:00
|
|
|
Rust / GTK 4 implementation
|
2024-09-18 20:39:03 +03:00
|
|
|
|
|
|
|
> [!IMPORTANT]
|
|
|
|
> Project in development!
|
2024-09-18 20:51:18 +03:00
|
|
|
>
|
|
|
|
|
|
|
|
## Install
|
|
|
|
|
2024-09-20 17:54:28 +03:00
|
|
|
### Stable
|
|
|
|
|
|
|
|
``` bash
|
|
|
|
cargo install Yoda
|
|
|
|
```
|
|
|
|
|
2024-09-19 13:23:28 +03:00
|
|
|
### Development
|
|
|
|
|
|
|
|
``` bash
|
|
|
|
git clone https://github.com/YGGverse/Yoda.git
|
|
|
|
cd Yoda
|
|
|
|
git checkout Rust-GTK4
|
2024-09-20 17:54:28 +03:00
|
|
|
git checkout -b 'contribution-name'
|
|
|
|
cargo fmt
|
2024-09-19 13:23:28 +03:00
|
|
|
cargo build
|
|
|
|
```
|
|
|
|
|
2024-09-18 20:52:52 +03:00
|
|
|
## See also
|
|
|
|
|
2024-09-18 20:56:04 +03:00
|
|
|
* [CPP-GTK4](https://github.com/YGGverse/Yoda/tree/CPP-GTK4) - C++ / GTK 4 implementation
|
|
|
|
* [PHP-GTK3](https://github.com/YGGverse/Yoda/tree/PHP-GTK3) - PHP / GTK 3 experimental branch
|