Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Toy Browser

Toy Browser is a 'web browser' developed for the inaugural Browser Jam, built using Go utilising canvas' rich text functionality.

Building

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 .

Running

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.html

Licence

Toy Browser is licenced with the BSD 2-Clause Licence.