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

0.7.0 Tracking Issue #42

Open
3 of 10 tasks
JonahPlusPlus opened this issue Jan 2, 2023 · 0 comments
Open
3 of 10 tasks

0.7.0 Tracking Issue #42

JonahPlusPlus opened this issue Jan 2, 2023 · 0 comments

Comments

@JonahPlusPlus
Copy link
Owner

JonahPlusPlus commented Jan 2, 2023

A tracking issue for things to do for the Bevy 0.10 release.

Bevy groundwork

Some of the changes I want require Bevy support.

  • Optional/Resultful System Params (to support Option<Atmosphere>) (in progress)
  • Custom Asset Loading (to support loading cube textures)
  • Unsized AsBindGroup (to clean up Atmospheric trait) (merged)

QOL Changes

  • Create way to disable auto-rotation (Create a way to disable the automatic rotation. #39)
  • Remove mesh bloat by instancing a single skybox mesh and scale it to fit the camera far plane? (Add a new system for auto-scaling the cube to respond to changes with the camera far plane?) (Ignoring for now, will use the new system for skyboxes in 0.11)
  • Add an FAQ for common problems (notably Support for AtmosphereCamera in child position #40)
  • Rename models to have a -Model suffix (See ImageModel below, Image is already a Bevy type) for consistency
  • Merge RegisterAtmosphericModel into Atmospheric via Self: Sized constraint

Features

This was referenced Mar 9, 2023
@JonahPlusPlus JonahPlusPlus changed the title 0.6.0 Tracking Issue 0.7.0 Tracking Issue Mar 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant