mirror of
https://git.checksum.fail/alec/Web.git
synced 2026-05-26 16:04:34 +00:00
872 B
872 B
Web
World Wide Web browser for TempleOS
About
This is a from-scratch reimplementation of the Uriel proof-of-concept web browser I wrote several years ago. Unlike Uriel, which was dependent on a host PC running the HGBD driver and a Python application to convert HTML and images to DolDoc, this browser runs entirely in TempleOS.
Most of the code is written in HolyC. There is a HolyC <-> GCC FFI implementation for the image loading code, which uses stb_image.h.
Usage
#include "Run"; Web;
TODO
- a lot
