A micro HTML GUI renderer — a minimal windowed app that can:
- Open a GUI window
- Parse a minimal subset of HTML (
<html>
,<body>
,<label>
,<a>
,<button>
, maybe<div>
) - Render those as basic GUI widgets
- Skip CSS/JS, just layout and display
Resources
List of small JavaScript engines
Where small means not v8.
- Ducktape(MIT License)
- Espruino (MPL v2.0)
- JerryScript (Apache License v2.0)
- MuJS (Affero GPL)
- quad-wheel (MIT License)
- QuickJS (MIT License)
- tiny-js (MIT license)
- v7 (GPL v2.0)