Browser with the intension to render a html page on a microcontroller (ESP32).
The code is not usefull right now.
- CSS parser is robust and can parse usual CSS files
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.