/mini-browser

a html browser for a microcontroller

Primary LanguageC++

mini-browser

Browser with the intension to render a html page on a microcontroller (ESP32).

Status

The code is not usefull right now.

  • CSS parser is robust and can parse usual CSS files

Thanks

The browser engine is based on Matt Brubeck Blog-Posts «Let's build a browser engine!» and it's GitHub-Repo.

The fork of @rollingcat was also super helpful.