commit e2a54f32385accc36f3e8c8c67c92ad21265dbae
parent d14647ad90b54c084eb870a61aa32c6750513a34
Author: ☃ pitr <pitr.vern@gmail.com>
Date: Thu, 27 Aug 2020 22:08:37 +0200
add Gemini iOS browser, break up clients by platform
fixes #4
Diffstat:
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -37,17 +37,23 @@ Please contribute to this list to link to all the awesome gemini projects out th
- [gemini-fetch](https://github.com/RangerMauve/gemini-fetch) (Node.js) - a cURL-like CLI for loading content from Gemini URLs.
### Graphical
+#### Cross-platform
- [Agregore](https://github.com/RangerMauve/agregore-browser#fetch-api-for-gemini) - (Electron.js) - a peer to peer web browser with support for loading Gemini pages.
- [Alrisha](https://git.sr.ht/~fabrixxm/alrisha) (QML) - QML-based Gemini client.
- [Castor](https://git.sr.ht/~julienxx/castor) (Rust) - a graphical Gemini client using GTK.
-- [Deedum](https://github.com/snoe/deedum) (Dart) - an Android and iOS client made with Flutter.
- [Fafi](https://git.sr.ht/~soapdog/fafi-browser) (Racket) - a graphical Gemini browser written in Racket.
-- [GemiNaut](https://www.marmaladefoo.com/pages/geminaut) (C#) - a user friendly graphical Gemini client for MS Windows.
- [Moonlander](https://sr.ht/~admicos/moonlander/) (Rust) - the fanciest Gemini client in the entire solar system.
- [Kristall](https://github.com/MasterQ32/kristall) (C++) - a graphical Gopher and Gemini client using QT.
- [spacewar](https://github.com/ResonAtom/spacewar) (Electron.js) - a Gemini browser running on Electron.
+
+#### Mobile
+- [Deedum](https://github.com/snoe/deedum) (Dart) - an Android and iOS client made with Flutter.
+- [Gemini Browser](https://github.com/pitr/gemini-ios) (Swift) - iOS native browser.
- [Två](https://www.oppenlab.net/pr/tva/) (Kotlin/Java) - a Gemini protocol client for Android based OS.
+#### Windows
+- [GemiNaut](https://www.marmaladefoo.com/pages/geminaut) (C#) - a user friendly graphical Gemini client for MS Windows.
+
## Programming
- [gemini](https://github.com/derhuerst/gemini) (Node.js) - a server & client lib.
- [gig](https://github.com/pitr/gig) (Go) - a Gemini framework.