Skip to content

Commit

Permalink
Enhance bevymark
Browse files Browse the repository at this point in the history
- Use `argh` for command line interface options
- Use seeded StdRng for reproducible random number generation
- Add a mode for testing 2D meshes that includes an option to uniquely vary the
  data of each material by setting a random flat colour on the ColorMaterial.
- Add a way of specifying the number of different textures to use for sprites
  or meshes. These are generated at the same resolution as the Bevy bird icon,
  but are just random flat colours for testing.
- Add a benchmark mode that spawns all entities during setup, and animates the
  entities using a fixed delta time for reproducible animation.
  • Loading branch information
superdump committed Sep 2, 2023
1 parent 40c6b3b commit f80b966
Showing 1 changed file with 366 additions and 71 deletions.
Loading

0 comments on commit f80b966

Please sign in to comment.