-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Large scenes #22409
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
Merged
Merged
Large scenes #22409
+2,795
−0
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mockersf
reviewed
Jan 7, 2026
mockersf
reviewed
Jan 7, 2026
Co-authored-by: François Mockers <francois.mockers@vleue.com>
Co-authored-by: François Mockers <francois.mockers@vleue.com>
mockersf
reviewed
Jan 7, 2026
mockersf
reviewed
Jan 7, 2026
mockersf
reviewed
Jan 7, 2026
mockersf
reviewed
Jan 7, 2026
Co-authored-by: François Mockers <francois.mockers@vleue.com>
mockersf
approved these changes
Jan 7, 2026
alice-i-cecile
approved these changes
Jan 9, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-Rendering
Drawing game state to the screen
C-Examples
An addition or correction to our examples
C-Testing
A change that impacts how we test Bevy or how users test their apps
S-Ready-For-Final-Review
This PR has been approved by the community. It's ready for a maintainer to consider merging it
X-Blessed
Has a large architectural impact or tradeoffs, but the design has been endorsed by decision makers
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Objective
Move https://github.com/DGriffin91/bevy_bistro_scene and https://github.com/DGriffin91/bevy_caldera_scene into the bevy repo for allow for easier testing.
This also adds https://github.com/DGriffin91/bevy_mod_mipmap_generator in the new
large_scenefolder because GPU texture fetch cache locality is important. This could be eventually available more generally as a part of bevy. But wanted to get something quick and basic in for now.Not totally sure what these readme's should look like. I mostly just copied them over and made a few tweaks.
This PR is meant to just be an initial starting point, it does not address automatically acquiring the required assets.