Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 732 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 732 Bytes

Browsy

A browser for System 6.

Browsy screenshot

Stuff used

TODO

  • Implement scrolling
  • Fix handling of chunked transfer encoding
  • Add download window
  • Parse HTML and maybe CSS
  • Render pages
  • Optimize memory usage (Use handles)

Current plan: implement rendering of text into a TextEdit field. Style the text according to tag type (and later, CSS). Draw form controls and images (maybe) on top.