You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
Lib | 1 month ago | |
Net | 2 months ago | |
Src | 1 month ago | |
Tls | 1 month ago | |
src | 2 months ago | |
.gitignore | 2 months ago | |
Init.HC | 1 month ago | |
LICENSE | 2 months ago | |
README.md | 1 month ago | |
Run.HC | 2 months ago | |
TGL.HC | 2 months ago | |
Web.HC | 1 month ago | |
example.png | 2 months ago |
README.md
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