Skip to main content
Home Forums 68kMLA A browser for System 6 — #10
Post #10 by cel
Source Forum68kMLA
CategoryDevelopment
Post DateFri, 12 Sep 2014 - 14:22
Original URLhttps://68kmla.org/bb/threads/a-browser-for-system-6.105/
Post
I'm glad you guys like the idea of this project.

I don't have a coprocessor. In fact, the development so far I did in BasiliskII, although I tested the program on a Mac Plus (which I don't have access to currently).

For a thin client approach, it would be interesting to have a special proxy server do the fetching, parsing, and maybe even rendering. It could pass paint instructions or text/rectangle data to the client on the mac. However, the browser would have to respond to scrolling and window resizing, so maybe the proxy server would just pass the style data and DOM tree to the client. I think (perhaps naively) that with a good design and implementation, the full browser could be made performant on old hardware.

Retro68k looks cool. I will look into using it for this project, or for compiling netsurf's dependencies.

mp.ls