Skip to content

thebluefish/bevy_sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bevy_sandbox

My personal sandbox of game features I'm trying to iron out in bevy.

Notable concepts:

  • A manually-implemented System
  • Running multiple Schedules
    • One-shot systems
    • Delayed "startup" systems
    • State manager
    • Fixed tick schedules (game, phyiscs, simulation, etc..)
  • Asset handling
    • Handy macro for working with assets directly
    • Checking if assets have loaded
    • Show a loading screen while we wait

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages