8 Commits

Author SHA1 Message Date
atomicbeef
0907ec1d94
Use a SystemSet for system ordering (#5)
I ran into an issue when trying to add the transform propagation systems
to a schedule more than once. The app would panic because there was more
than one instance of `propagate_transforms::<P>` and
`recenter_transform_on_grid::<P>` in the system graph, so Bevy didn't
know how to actually resolve the dependencies. By using a `SystemSet`,
we can avoid this issue nicely.

Unfortunately, I couldn't come up with a good name for the set, so I
decided to stick the definition inside the `build()` method itself. That
way at least the poor naming won't be exposed 😛. It still feels a little
icky to me though.

---------

Co-authored-by: Aevyrie <aevyrie@gmail.com>
Co-authored-by: Pyxrs <simplycmd00@gmail.com>
2023-11-10 07:55:23 +00:00
Aevyrie
0844896379 Dont show camera grid cell, improve demo fact list 2023-07-19 22:01:30 -07:00
Aevyrie
c0113e51e3 switch to default font 2023-07-18 00:08:22 -07:00
Aevyrie
6847936f1a
bevy 0.11 2023-07-17 22:49:24 -07:00
Aevyrie Roessler
f86da2d35d Update silly hardcoded debug mesh vertices 2023-03-28 20:59:22 -07:00
jorgen
e2740c5283 Updated to Bevy 0.10 2023-03-25 17:50:06 +01:00
Aevyrie Roessler
19d6670145
Final tidying 2023-01-29 00:05:37 -08:00
Aevyrie Roessler
9f3084474d
initial commit 2023-01-06 08:02:59 -08:00