Skip to main content

Module ui

Module ui 

Source
Expand description

Desktop shell for Oxide using GPUI (Zed’s GPU-accelerated UI framework).

Guest canvas commands are painted with [Window::paint_quad], [Window::paint_path], [Window::paint_image], and GPU text shaping — bitmaps (including video frames) are uploaded as [RenderImage] textures and composited on the GPU.

§Public API

Structs§

OxideBrowserView

Functions§

run_browser
Start the Oxide desktop shell: GPUI event loop and one main window.