Overview of Blitz high-level wrappers
mainBlitz provides two main high-level wrappers depending on your use case:
blitz: An HTML/markdown frontend for rendering HTML strings. It is useful for previewing files but currently lacks interactivity. It usesblitz-dom,blitz-html,blitz-shell, andblitz-renderer-vello.dioxus-native: A Dioxus frontend that renders a Dioxus VirtualDom. It supports full interactivity via Dioxus event handling. It usesblitz-dom,dioxus-core,blitz-shell, andblitz-renderer-vello.
Both wrappers can optionally use blitz-net to fetch sub-resources.