Alec Murphy 53cfbdfd40 Add MD5
2022-05-27 13:34:46 -04:00
2022-05-14 21:18:13 -04:00
2022-05-27 13:34:46 -04:00
2022-05-07 14:22:01 -04:00
2022-05-14 21:40:09 -04:00
2022-05-07 16:27:36 +00:00
2022-05-14 21:40:09 -04:00
2022-05-14 21:18:13 -04:00
2022-05-27 13:17:24 -04:00

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
S
Description
World Wide Web browser for TempleOS
Readme 360 KiB
Languages
HolyC 38.2%
C++ 37%
C 24.8%