Published:

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

Rate this page