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

Improved text batching #14848

Merged
merged 30 commits into from
Oct 8, 2024
Merged
Changes from 17 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
9821d48
Added resource `ExtractedGlyphBatches` and types `ExtractedGlyphBatch…
ickshonpe Aug 20, 2024
844de40
Renamed `ExtractedGlyphBatches` to `ExtractedTextSections`.
ickshonpe Aug 20, 2024
fc6150d
Added prepare function
ickshonpe Aug 20, 2024
2d73f15
debugging
ickshonpe Aug 20, 2024
83f7292
fix ordering
ickshonpe Aug 20, 2024
853e937
more debug
ickshonpe Aug 20, 2024
be32479
Fixed glyph sizes
ickshonpe Aug 20, 2024
5448fa6
clean up
ickshonpe Aug 20, 2024
eba7f8f
Fixed clipping
ickshonpe Aug 21, 2024
17e134f
simplify
ickshonpe Aug 21, 2024
8aaad57
removed `prepare_text_sections` and added it's functionality into`pre…
ickshonpe Aug 21, 2024
7e1b867
fixed clipping artifacts
ickshonpe Aug 21, 2024
9a04e3b
Fixed texture slice extraction
ickshonpe Aug 23, 2024
0413d8a
Refactor to use an enum discriminator instead of separate buffers in …
ickshonpe Aug 23, 2024
2a17263
Readded glyph rendering.
ickshonpe Aug 23, 2024
3d953b8
Fixed batching
ickshonpe Aug 23, 2024
f490e8f
Merge branch 'main' into extract-text-section
ickshonpe Sep 2, 2024
bf16d6a
Update crates/bevy_ui/src/render/mod.rs
ickshonpe Sep 10, 2024
cac2008
Merge branch 'main' into extract-text-section
ickshonpe Sep 30, 2024
e236ef3
Merge branch 'main' into extract-text-section
ickshonpe Oct 8, 2024
a93044f
Fix borders error from merge.
ickshonpe Oct 8, 2024
585e54f
added clear method to `ExtractedUiNodes` instead of clearing the indi…
ickshonpe Oct 8, 2024
f66c6e1
CI fixes
ickshonpe Oct 8, 2024
f8a9287
Fixed comments
ickshonpe Oct 8, 2024
eaab04e
Merge branch 'main' into extract-text-section
ickshonpe Oct 8, 2024
acbb393
Merge branch 'main' into extract-text-section
ickshonpe Oct 8, 2024
0a94dec
changed returns in prepare to continues
ickshonpe Oct 8, 2024
dc23927
Merge branch 'extract-text-section' of https://github.com/ickshonpe/b…
ickshonpe Oct 8, 2024
6fef1e9
fix continue
ickshonpe Oct 8, 2024
cb5051a
Merge branch 'main' into extract-text-section
ickshonpe Oct 8, 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
Loading