PHP-GTK Client for Gemini Protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yggverse 83040ada79 define mod struct 2 months ago
src define mod struct 2 months ago
.gitignore initial commit 2 months ago
Cargo.toml init sqlite connection 2 months ago
LICENSE initial commit 2 months ago
README.md update readme 2 months ago
rustfmt.toml init rustfmt.toml 2 months ago

README.md

Yoda - Browser for Gemini protocol

Rust / GTK 4 implementation

[!IMPORTANT] Project in development!

Install

Stable

cargo install Yoda

Development

git clone https://github.com/YGGverse/Yoda.git
cd Yoda
git checkout Rust-GTK4
git checkout -b 'contribution-name'
cargo fmt --check
cargo build

See also

  • CPP-GTK4 - C++ / GTK 4 implementation
  • PHP-GTK3 - PHP / GTK 3 experimental branch