* Detect panics during initialization and show them to the user * PanicHandler now also logs the panics * Add example of how to call into your app from JS * Refactor: break out AppRunner and AppRunnerRef to own files * Hide AppRunner * Simplify user code * AppRunnerRef -> WebRunner * Better docs * Don't paint until first animation frame * Update multiple_apps.html * Update web demo * Cleanup and fixes * left-align panic message in html |
||
|---|---|---|
| .. | ||
| CNAME | ||
| README.md | ||
| egui_demo_app.js | ||
| egui_demo_app_bg.wasm | ||
| example.html | ||
| favicon.ico | ||
| index.html | ||
| multiple_apps.html | ||
README.md
This folder contains the files required for the egui web demo hosted at https://www.egui.rs/.
The reason the folder is called "docs" is because that is the name that GitHub requires in order to host a web page from the master branch of a repository.