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

Bevy 0.14 #2

Open
1 task
ChristopherBiscardi opened this issue Jul 9, 2024 · 0 comments
Open
1 task

Bevy 0.14 #2

ChristopherBiscardi opened this issue Jul 9, 2024 · 0 comments

Comments

@ChristopherBiscardi
Copy link
Contributor

Bevy 0.14 is out. Code for Snake needs to be updated.

Anticipated changes include:

  • Observers for apple spawning, etc.
  • Removal of FixedTimestep in favor of timers
    • This matches what is happening to the Bevy official examples, which deprioritize FixedTimestep and look like it is going to go behind a flag soon.
  • Some color changes
  • There's more Rand support in Bevy, is any of it useful?

  • Should the character selection screens (and other menus) be removed?
    • It seems like "UI" isn't what people are most interested in when going through these workshops, and UI can always be pushed out to another, smaller, workshop.
    • this would make the workshop significantly smaller because all UI and related functionality would be removed. This makes it both easier to update from my end, and faster to get through from a learner's end.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

1 participant