Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

egui

Enable feature:

twill = { version = "0.3", features = ["egui"] }

What you get

  • color conversion helpers,
  • style integration points for egui widgets,
  • typed translation from Twill tokens into egui primitives.

Use twill::backends::egui::ToEgui and the frame/color helpers to bridge Style into egui.