Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest wgpu and egui/eframe #7218

Merged
merged 29 commits into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
75c8243
Update to latest wgpu and egui/eframe
emilk Aug 16, 2024
2d98aa9
Update egui, egui_tiles, wasm-bindgen, web-sys
emilk Aug 26, 2024
fd6ff75
Update re_renderer examples to latest `winit` using deprecated functions
emilk Aug 28, 2024
ad2fd04
Port native re_renderer example to modern winit API
emilk Aug 28, 2024
6e1fce2
Mostly port the web-version of re_renderer examples to new winit API
emilk Aug 28, 2024
489ab26
Fix web build
emilk Aug 28, 2024
2c11c0d
Migrate away from some deprecated egui functions
emilk Aug 28, 2024
080cc8a
Silence logging from `winit`
emilk Aug 28, 2024
d65b162
Replace use of `ImageButton` with normal `Button`
emilk Aug 28, 2024
90d8aa9
Remove TODO
emilk Aug 28, 2024
9d8cd5d
fmt html
emilk Aug 28, 2024
3b77a83
Fix re_ui_example
emilk Aug 28, 2024
c81d3b7
Update crates and adjust deny.toml
emilk Aug 28, 2024
06594c9
Update wayland-cursor
emilk Aug 28, 2024
f6cd02f
Fix typescript code
emilk Aug 28, 2024
e970f63
Merge branch 'main' into emilk/update-egui-wgpu
emilk Aug 30, 2024
704c443
Update to latest egui
emilk Aug 30, 2024
e988890
typos: ignore weird spelling in mp4 crate
emilk Aug 30, 2024
2016039
Update web video decoder interface to new web-sys version
emilk Aug 30, 2024
fa7c9cb
Update some docstrings
emilk Aug 30, 2024
540dc60
Add support passing canvas_id to `start` again
emilk Aug 30, 2024
5e2d4ce
typo
emilk Aug 30, 2024
b645c62
Merge branch 'main' into emilk/update-egui-wgpu
emilk Sep 1, 2024
e440888
No need to assign to `this.#canvas.id`
emilk Sep 1, 2024
05202b1
Fix JS error messages
emilk Sep 1, 2024
0db0ca4
Update to `wayland-cursor 0.31.5`
emilk Sep 1, 2024
3c0b6d9
Use `TableBuilder::source_id`
emilk Sep 1, 2024
21c4bfc
Spelling fix
emilk Sep 1, 2024
5f2211f
Update to latest egui (again)
emilk Sep 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ lod = "lod" # level-of-detail
ND = "ND" # np.NDArray
somes = "somes" # many `Some`
teh = "teh" # part of @teh-cmc
trak = "trak" # mp4 crate spelling

# Use the more common spelling
adaptor = "adapter"
Expand Down
Loading
Loading