Files
TOSWeb/README.md
T
2022-05-14 21:40:09 -04:00

867 B

Web

World Wide Web browser for TempleOS

Web

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";

TODO

  • a lot

Dependencies

  • SnailNet Libraries from Shrine
  • aes256, curve25519, sha256, hmac-sha256, sha1, hmac-sha1, tls12, string, http Libraries from Erythros