Skip to main content

Module egui

Module egui 

Source
Expand description

egui primitive backend. Milestone 10; optional feature egui.

Without the feature every entry point is Error::Unsupported. With features = ["egui"] a MathBox becomes egui::Shape meshes and rects — no SVG intermediate.

Structs§

EguiOptions
Options for shapes / paint_egui.

Functions§

latex_to_shapesegui
Parse, lay out, and emit egui shapes.
paint_eguiegui
Paint shapes through an egui egui::Painter.
render_egui
Probe the egui backend: tessellate tree or return Error::Unsupported.
shapesegui
MathBox → egui shapes and the layout bounding rect.