Chris Biscardi

Results 84 comments of Chris Biscardi

what operating system are you on? Some kind of linux is my guess from the error message. This is definitely a drawback of the current approach at the moment while...

the S position needs to be replaced by its associated pipe for the algorithm to be correct in all cases I believe. My input was definitely lucky for it to...

That is the same approach I took in the solution that exists in this repo. I know it as ["point in polygon"](https://en.wikipedia.org/wiki/Point_in_polygon) but there are absolutely other names and contexts...

I intend to change the solution here to be diagonal, so I'm using this issue to track that change.

merged in #542 , thanks @Piturnah !

I later found some debug logs and confirmed that the relevant chunks don't currently get parsed. The latter (iXML/bwfxml) would require an xml parser to be added as far as...

dropped a PR for my video 👍 thanks for the ping

Roadmap looks amazing (as is all the work up to this point!) and I'm especially happy you're finding time to work in the spaces that give you energy.

I'm using this pr in a project alongside bevy_ecs_tilemap and it seems to be working (although I have a little more to do before my own experiment is successful). One...

0.14 is [published now](https://docs.rs/bevy_ecs_tilemap/0.14.0/bevy_ecs_tilemap/). Thanks everyone!