Crate kobalt_runtime

Crate kobalt_runtime 

Source
Expand description

§Kobalt Runtime

Cross-platform runtime for the Kobalt UI framework.

This crate provides platform integration for:

  • Desktop (via winit)
  • Mobile (Android/iOS)
  • Web (WASM)

Structs§

DesktopApp
Desktop application
DesktopWindow
Desktop window wrapper
EventLoop
Provides a way to retrieve events from the system and from the windows that were registered to the events loop.
KobaltApp
Kobalt application builder

Enums§

Event
Describes a generic event.
WindowEvent
Describes an event from a [Window].