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

Parallel tessellation with opt-in rayon feature #3934

Merged
merged 7 commits into from
Feb 1, 2024

Conversation

emilk
Copy link
Owner

@emilk emilk commented Feb 1, 2024

This adds a rayon feature to epaint and egui to parallelize tessellation of large shapes, such as high-resolution plot lines.

@emilk emilk added egui_plot Related to egui_plot performance Lower CPU/GPU usage (optimize) egui epaint labels Feb 1, 2024
@emilk emilk merged commit 1db2917 into master Feb 1, 2024
35 checks passed
@emilk emilk deleted the emilk/rayon-tessllation branch February 1, 2024 15:28
@emilk emilk changed the title Parallell tessellation Parallel tessellation with new rayon feature Feb 1, 2024
@emilk emilk changed the title Parallel tessellation with new rayon feature Parallel tessellation with opt-in rayon feature Feb 5, 2024
hacknus pushed a commit to hacknus/egui that referenced this pull request Oct 30, 2024
* Part of https://github.com/emilk/egui/issues/1485

This adds a `rayon` feature to `epaint` and `egui` to parallelize
tessellation of large shapes, such as high-resolution plot lines.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
egui_plot Related to egui_plot egui epaint performance Lower CPU/GPU usage (optimize)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant