Alexander Parlett
690c3ba883
Use parent `Ui`s style for popups ( #4325 )
* Closes <https://github.com/emilk/egui/issues/4324 >
---------
Co-authored-by: Alex Parlett <alexparlett@Alexs-MacBook-Air.local>
7 months ago
Emil Ernerfeldt
8ce0e1c520
Avoid deadlocks by using lambdas for context lock ( #2625 )
ctx.input().key_pressed(Key::A) -> ctx.input(|i| i.key_pressed(Key::A))
2 years ago
Emil Ernerfeldt
1437ec8903
Tell Rust Analyzer to run build to its own target folder
2 years ago
Asger Nyman Christiansen
eeeb4b7de2
Improve custom_3d_three-d example ( #1923 )
* Use correct FBO to output
* custom_3d_three-d web
* Update .gitignore
* Do not free the FBO
* Use three-d 0.13
* ThreeDApp
* Only construct model and camera once
* Clean-up and docs
* Web build instructions
* Remove unused dependencies
* Update Cargo.lock
* Fix build
* More fixes
* omg
2 years ago
Emil Ernerfeldt
d0f6954900
Combine demo_glium and demo_web into one egui_demo crate
4 years ago
Emil Ernerfeldt
90700e950e
Add /.vscode and /.*.json to .gitignore
4 years ago
Emil Ernerfeldt
7a9fb94029
Add a benchmark
5 years ago
Emil Ernerfeldt
aa63303892
No typescript. Just one index.html + wasm.
6 years ago
Emil Ernerfeldt
bfa20be28e
Break into two crates
6 years ago
Emil Ernerfeldt
856bbf4dae
Initial commit: Closed loop of TS->Rust->TS
6 years ago