Toy Browser is a 'web browser' developed for the inaugural Browser Jam, built using Go utilising canvas' rich text functionality.
Toy Browser requires the following software to be installed: Go. A copy of Noto Serif is also required at NotoSerif.ttf.
curl -o NotoSerif.ttf https://raw.githubusercontent.com/google/fonts/main/ofl/notoserif/NotoSerif%5Bwdth%2Cwght%5D.ttf go build .Toy Browser requires a single argument - the URL to render. The rendered page is available from output/document.png.
./toybrowser http://info.cern.ch/hypertext/WWW/TheProject.htmlToy Browser is licenced with the BSD 2-Clause Licence.