bevy_prototype_particles icon indicating copy to clipboard operation
bevy_prototype_particles copied to clipboard

Do the examples work?

Open avivajpeyi opened this issue 2 years ago • 1 comments

Hi,

Im pretty new to rust+bevy. Id like to use trails in a project I am working on. I was wondering -- are your examples working atm, or is it that they're just not working on my computer?

When I try to run even cargo run --example simple, I get lots of logs like the following:

2022-01-29T07:50:49.216755Z  INFO simple: 0.0 ms
2022-01-29T07:50:49.387977Z  INFO simple: 782.1458220000001 ms
2022-01-29T07:50:49.434758Z  INFO simple: 47.200259 ms
2022-01-29T07:50:49.478869Z  INFO simple: 44.05235 ms
2022-01-29T07:50:49.521130Z  INFO simple: 42.31227500000001 ms

But just a blank window. Is this expected?

avivajpeyi avatar Jan 29 '22 07:01 avivajpeyi

I got these results today.

  1. cargo run --example rendering #works -- shows lots of birds of different colors floating up.
  2. cargo run --example simple #broken -- Gray window. No particles.
  3. cargo run --example entities #brokwn - Brown cube on gray background. No particles.
  4. cargo run --example trails #broken -- Gray window. No particles.

Note: This crate uses bevy 0.5, which is an older version.

jmonasterio avatar Feb 01 '22 04:02 jmonasterio