Emil Ernerfeldt
c82604fe51
Update and fix web demo
2 years ago
Emil Ernerfeldt
ac50fa0d94
eframe web: Better panic handling ( #2942 )
* Refactor: remove extra store of events
* Remove unnecessary extra function
* Refactor: simplify event registering
* Store panic summary
* egui_demo_app: move web-part to own module
* index.html: await
* Properly unsubscribe from events on panic
* Better error handling
* Demo app html: hide the wasm canvas and show an error message on panic
* egui_demo_app: add panic button to test panic response on web
* fix typo
* Use a constructor to create WebHandle
* Refactor: less use of locks in the interfaces
* More consistent naming
2 years ago
Emil Ernerfeldt
4809747952
Check for typos on CI ( #2918 )
* Check for typos on CI
* Fix all typos
2 years ago
Emil Ernerfeldt
7215fdfb7c
Release eframe 0.21.3 - fix web input of the the letter P
2 years ago
Emil Ernerfeldt
1384fa3287
Publish new web demo
2 years ago
Emil Ernerfeldt
2713f60f5b
Update web demo
2 years ago
Emil Ernerfeldt
896a299bf9
New web demo
2 years ago
Emil Ernerfeldt
8797c02ed9
Publish new web demo that works on Es100
2 years ago
Emil Ernerfeldt
13f5d62b4b
Commit a new web demo
2 years ago
Stanislav
64496cacb9
Graceful exit from web ( #1650 )
Return a handle that can be used to stop a running egui instance.
2 years ago
Emil Ernerfeldt
e82b87ca73
Remove calls to gl.getError in release builds ( #1583 )
This slows down the web version a lot, especially on some browsers
Publish new web demo
3 years ago
Emil Ernerfeldt
32b4781da2
Improve web demo for mobile ( #1556 )
`egui_demo_app/lib`: add "About egui" window, and improve mobile layout
This makes the app responsive, removing the side bars on mobile and turning them into drop-down menus instead.
3 years ago
Emil Ernerfeldt
9394e7ea22
Publish new web demo
3 years ago
Emil Ernerfeldt
51f6cd9c58
Simplify plot demo code
3 years ago
Emil Ernerfeldt
18d529203a
Publish new web demo to fix source links following PR #1540
https://github.com/emilk/egui/pull/1540
3 years ago
Emil Ernerfeldt
a7b6334784
Misc doc improvements
3 years ago
Emil Ernerfeldt
a05520b9d3
Release 0.17.0 - Improved font selection and image handling
3 years ago
Emil Ernerfeldt
89d19860b8
Misc code cleanup, docs fixes, etc
3 years ago
Emil Ernerfeldt
c6ac1827f6
Use tracing crate for logging ( #1192 )
* egui_web: use tracing crate
* egui_glow: use tracing crate
* Log at the debug level
* egui_demo_app: enable tracing to log to stdout
* Use tracing in egui-winit
* Add opt-in tracing support to egui
3 years ago
Emil Ernerfeldt
7eddd20a01
index.html: catch and display errors
3 years ago
Emil Ernerfeldt
532990d3dd
emilk.github.io -> www.egui.rs
3 years ago
Emil Ernerfeldt
b4be94df35
Create CNAME
3 years ago
Emil Ernerfeldt
25c03e49eb
Delete CNAME
3 years ago
Emil Ernerfeldt
7ccc7caffd
Create CNAME
3 years ago
Emil Ernerfeldt
ea04ce9d58
Delete CNAME
3 years ago
Emil Ernerfeldt
f6b1feddcd
Create CNAME
3 years ago
Emil Ernerfeldt
4db6984e74
Delete CNAME
3 years ago
Emil Ernerfeldt
785c6f4c85
Create CNAME
3 years ago
Emil Ernerfeldt
77869c21ea
Publish new web demo
3 years ago
Emil Ernerfeldt
68fca09df9
Improve documentation
3 years ago
Emil Ernerfeldt
beb2ea2ef6
Add favicon.ico - a single "e" for "egui", using the Ubuntu-Light font
3 years ago
Emil Ernerfeldt
c412fd4a9c
Add loading animation while waiting for wasm to load
Closes https://github.com/emilk/egui/issues/1009
3 years ago
Emil Ernerfeldt
c3f61b67fe
New web demo
3 years ago
Emil Ernerfeldt
776770cdcd
Publish 0.14.2 ( #670 )
* Fix window resize bug introduced in `0.14.1`.
* tweak plot demo layout to allow more narrow window
* Release 0.14.2 - Window resize fix
3 years ago
Emil Ernerfeldt
2ce99f3a12
Release 0.14.1 - Bug fixes and better web blending
3 years ago
Emil Ernerfeldt
cb566fc295
Release 0.14.0 - Ui panels and bug fixes
3 years ago
Emil Ernerfeldt
d807451348
Release 0.13.0 - Better panels, plots and new visual style
3 years ago
Emil Ernerfeldt
62f58a3b05
egui_web: default to light mode unless prefers-color-scheme: dark
3 years ago
Emil Ernerfeldt
3e8723c8ac
Publish new web demo
4 years ago
Emil Ernerfeldt
370d269cba
Publish new web demo
4 years ago
Emil Ernerfeldt
f6770f0183
Various spelling fixes, docs improvements and code cleanup
4 years ago
Emil Ernerfeldt
8047a0f87f
Publish new web demo
4 years ago
Emil Ernerfeldt
fdff33df5e
Publish new web demo
4 years ago
Emil Ernerfeldt
0f33bc7c34
Fix web blur ( #151 )
* [egui_web] Always use an even canvas size
Fixes https://github.com/emilk/egui/issues/103
* [egui_web] Position canvas at top of screen
This avoids jumpyness when resizing,
caused by rounding height to an even number
4 years ago
Emil Ernerfeldt
c687671a9f
Publish new web demo
4 years ago
Emil Ernerfeldt
37a3fe7f76
Release 0.8.0 - Grid layout & new visual style
4 years ago
Emil Ernerfeldt
31b7eda51e
Rename Egui to egui
Also update iamges in README.md
4 years ago
Emil Ernerfeldt
1f2aebc25a
Improve documentation
4 years ago
Emil Ernerfeldt
e1000da305
Make index.html background color brighter to make Egui pop
4 years ago
Emil Ernerfeldt
f68c30e0c7
Build demo app with all features enabled
4 years ago