Install the toolchain — Scala Native and the native SDL3 libraries — wire suit into a build, and run your first window.
Install the toolchain — Scala Native and the native SDL3 libraries — wire suit into a
build, and run your first window.
Pages
Installation— suit targets Scala Native and renders through SDL3, so an application needs two things in place — the Scala Native toolchain and the native libraries (SDL3, Cairo, FreeType, librsvg, libjpeg-turbo)…
Quick Start— A complete suit program: define a component with hooks, lay it out with the DSL, and run it in a native window.