Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).