Crate dioxus_native

Crate dioxus_native 

Source
Expand description

A native renderer for Dioxus.

§Feature flags

  • default: Enables the features listed below.
  • accessibility: Enables accesskit accessibility support.
  • hot-reload: Enables hot-reloading of Dioxus RSX.
  • menu: Enables the muda menubar.
  • tracing: Enables tracing support.

Structs§

CustomPaintCtx
DeviceHandle
A wgpu Device, it’s associated Queue, and the Adapter and Instance used to create them
DioxusDocument
Integrates BaseDocument from blitz-dom with VirtualDom from dioxus-core
DioxusNativeApplication
DioxusNativeWindowRenderer
DocumentConfig
Options used when constructing a BaseDocument
Features
Features that are not guaranteed to be supported.
Limits
Represents the sets of limits an adapter/device supports.
TextureHandle

Enums§

DioxusNativeEvent
Dioxus-native specific event type

Traits§

CustomPaintSource

Functions§

launch
Launch an interactive HTML/CSS renderer driven by the Dioxus virtualdom
launch_cfg
launch_cfg_with_props
use_wgpuNot (iOS and target_abi=sim)