Browsy
Browsy copied to clipboard
Browser for Mac OS System 6 (68k)
Browsy
A browser for System 6.

Stuff used
- Development environment: Retro68
- Streaming I/O library: c-streams
- HTTP parser: http-parser
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.