33 lines
1.6 KiB
Text
33 lines
1.6 KiB
Text
|
(
|
||
|
title: "",
|
||
|
summary: None,
|
||
|
published: Some((
|
||
|
year: 2022,
|
||
|
month: 3,
|
||
|
day: 30,
|
||
|
hour: 16,
|
||
|
minute: 25,
|
||
|
second: 15,
|
||
|
)),
|
||
|
tags: [],
|
||
|
)
|
||
|
---
|
||
|
{% posts %}
|
||
|
## Gemini related projects I develop
|
||
|
|
||
|
### GemView
|
||
|
GemView is a browser widget for the smolweb written in Rust and Gtk4. It aims to be for the smolweb what webkit2-gtk is for the large web. Currently it supports Gemini, Gopher, Finger and data url's and will open other url schemes in the system default. Some features of gemini are yet to be implemented, most notably handling input requests, client certificates and Tofu.
|
||
|
=> https://codeberg.org/jeangnie/gemview GemView repository on Codeberg
|
||
|
|
||
|
### Eva
|
||
|
The Eva browser (as in ExtraVehicular Activity, or Spacewalk) is a Gemini browser built around GemView. It aims to be extremely attractive, relatively simple and nocely featured, with a focus on providing a more polished experience than many of it's counterparts.
|
||
|
=> https://codeberg.org/jeang3nie/eva Eva repository on Codeberg
|
||
|
|
||
|
## Non Gemini projects I develop
|
||
|
### Gfret
|
||
|
Gfret is a graphical (and cli) tool for creating a fretboard layout template used in the construction of musical instruments such as guitar, bass, or mandolin. It is written in Rust and uses a gtk4 interface.
|
||
|
=> https://codeberg.org/jeang3nie/gfret Gfret repository on Codeberg
|
||
|
|
||
|
### Zterm
|
||
|
Zterm (pronounced Zed-Term, you heathens) is a terminal emulator written in Zig using gtk3 and vte. It features tabs, split panes and a simple yet highly configurable interface.
|
||
|
=> https://codeberg.org/jeang3nie/zterm Zterm repository on Codeberg
|