mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 09:10:08 +00:00
Yoda - Browser for Gemini protocol
Rust / GTK 4 implementation
Important
Project in development!
Install
Stable
cargo install Yoda
Repository
git clone https://github.com/YGGverse/Yoda.git
cd Yoda
git checkout Rust-GTK4
cargo run
Development
This guide in process
Modules
browser
- Composition pattern, using standard
mod.rs
model - One mod = one widget. Create new mod for new widget implementation
- The codebase of module must be as minimal as possible: separate different tasks to sub-modules
- Every module must:
- access 1 level of child API, never parents (e.g.
super
) - implement only one
struct
(same as one file for one class)struct
is public, where members - private
- contain main
struct
implementation:- at least one constructor that must return:
- unwrapped main
Self
structure - granted ownership for new object created
- unwrapped main
- public link getter for privately constructed widget
- at least one constructor that must return:
- access 1 level of child API, never parents (e.g.
Contribution
- before commit, make sure:
- new branch created for every new PR
git checkout -b 'contribution-name'
- new code follows common rustfmt style
cargo fmt --check
- new branch created for every new PR
See also
Description
PHP-GTK Client for Gemini Protocol
altwebbrowsercomposergeminigemini-browsergemini-clientgemini-protocolgtkgtk3phpphp-cppphp-gtksmallwebyodayoda-browser
Readme
3.8 MiB
Languages
PHP
100%