bevy/examples/stress_tests
ira 92ba6224b9 Use SpatialBundle/TransformBundle in examples (#6002)
Does what it do

Co-authored-by: devil-ira <justthecooldude@gmail.com>
2022-10-13 12:53:18 +00:00
..
bevymark.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
many_animated_sprites.rs Don't bundle extra transform with camera in many sprites examples (#6079) 2022-09-25 18:03:53 +00:00
many_buttons.rs Example cleanup (#6131) 2022-09-30 13:25:27 +00:00
many_cubes.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
many_foxes.rs Use SpatialBundle/TransformBundle in examples (#6002) 2022-10-13 12:53:18 +00:00
many_lights.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
many_sprites.rs Don't bundle extra transform with camera in many sprites examples (#6079) 2022-09-25 18:03:53 +00:00
README.md Added performance warning when running stress test examples in debug mode (#5029) 2022-07-13 19:13:46 +00:00
transform_hierarchy.rs Use SpatialBundle/TransformBundle in examples (#6002) 2022-10-13 12:53:18 +00:00
warning_string.txt Added performance warning when running stress test examples in debug mode (#5029) 2022-07-13 19:13:46 +00:00

Stress tests

These examples are used to stress test Bevy's performance in various ways. These should be run with the --release argument to cargo or equivalent optimization, otherwise they will be very slow.