[go: up one dir, main page]

[][src]Module egui_web::backend

Structs

AppRunner
WebBackend
WebInfo
WebInput

Data gathered between frames. Is translated to egui::RawInput at the start of each frame.

Enums

RunMode

How the backend runs the app

Traits

App

Implement this trait to write apps that can be compiled both natively using the egui_glium crate, and deployed as a web site using the egui_web crate.

Backend

Functions

run

Install event listeners to register different input events and starts running the given AppRunner.