Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hintak/minimal-web-browsers
Minimal Web Browser implementations
https://github.com/hintak/minimal-web-browsers
Last synced: 17 days ago
JSON representation
Minimal Web Browser implementations
- Host: GitHub
- URL: https://github.com/hintak/minimal-web-browsers
- Owner: HinTak
- License: gpl-3.0
- Created: 2024-01-02T23:20:19.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-11T20:07:44.000Z (6 months ago)
- Last Synced: 2024-05-11T21:22:51.889Z (6 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.GPL3
Awesome Lists containing this project
README
# Minimal Web Browser implementations
This is a collection of minimal web browser implementations. Each of them will
go to an URL if supplied as a first argument, or to a default URL (google, gnome, [Chroma Check](https://pixelambacht.nl/chromacheck/) respectively)
if run without arguments.Point one of these script to [Chroma Check](https://pixelambacht.nl/chromacheck/) to see what
color fonts which implementation supports. Visit [Color Font Demo](https://yoksel.github.io/color-fonts-demo/)
for the same purpose.The oldest (GtkSharp WebKit) is about a decade old, as part of the
[Font Validator](https://github.com/HinTak/Font-Validator) work. The python WebKitGTK example
was written in mid-2023 to replace that; the python QT examples were written to look at OT-SVG support
in [Chromium](https://github.com/HinTak/chromium-mod-CI) and [QT WebEngine](https://github.com/HinTak/Qt6WE-OT-SVG).