CleanCut / rusty_engine

2D game engine for learning Rust
376 stars 48 forks source link

Switch to bevy_prototype_lyon #33

Closed CleanCut closed 2 years ago

CleanCut commented 2 years ago

I thought there was a problem with bevy_prototype_debug_lines, but there wasn't. But I didn't know that, so I tried switching to bevy_prototype_lyon. It didn't fix the problem, because apparently it's a Bevy 0.6 rendering problem.

But I liked the experience with bevy_prototype_lyon much better, so let's make that switch permanent.

CleanCut commented 2 years ago

Oh, also, while doing this I learned that you can only have 4 queries in a Bevy QuerySet.