Skip to content

UXKit

UXKit is the toolkit the compiler ships. It has one neutral widget, view and window API, realized natively on each platform by interchangeable drivers. An app says #use <UXKit> and app.setDriver(...), and nothing else in it names a platform. The platforms are grouped by realm:

  • the web: canvas, with the Aristo theme
  • devices: iOS and Android
  • desktops: macOS, Windows, Linux (GTK) and GEM