|
|
|
|
|
by userbinator
2005 days ago
|
|
IMHO a text-based browser isn't exactly in the "challenging" category, as it basically amounts to stripping all the HTML tags out and doing some very simple transformations (like replacing <br>'s with newlines.) Then again, one of the things I've been working on intermittently for the past few years is a graphical (CSS2+) browser, which is definitely in the challenging category. There are some other public efforts too: https://github.com/lexborisov/Modest https://github.com/litehtml https://github.com/ArthurHub/HTML-Renderer Along the same lines, some other challenging projects I recommend are to write decoders/renderers for existing formats like MP3, MP4, PDF, etc. |
|
The book guides the reader in implementing a graphical web browser, starting with HTTP and HTML then moving on to the layout, the box model, CSS, browser chrome, forms, and scripts.
[0] https://browser.engineering
[1] https://github.com/pavpanchekha/emberfox
[2] https://browser.engineering/draft/