Viewports

A viewport is the surface your app draws into:

  • Masonry — the default for simple apps; tile-based layout on the Screen
  • GPU canvas — advanced; direct GPU drawing (see koba:app gpu interface)

Your first app uses Masonry. Reach for GPU canvas only when you need custom rendering.