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

Add bevy_shader_hot_reloading feature for easier renderer development #3673

Closed
wants to merge 8 commits into from

Commits on Feb 8, 2022

  1. Add bevy_shader_hot_reloading feature for easier renderer development

    The goal of this change is to add a non-default feature that allows bevy
    renderer feature developers to edit core bevy renderer shaders and have them
    hot reload. This will _enormously_ speed up development due to reducing
    iteration time. More changes may be needed to not replace shader assets if they
    are invalid, but this should be a good start.
    superdump committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    7b5b332 View commit details
    Browse the repository at this point in the history
  2. Manage clippy

    superdump committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    7e88496 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c15bb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b7b5f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6959af View commit details
    Browse the repository at this point in the history
  6. DRY the hot reload code

    superdump committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    0d625da View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    402d9cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f3b934 View commit details
    Browse the repository at this point in the history