Zicklag

Results 652 comments of Zicklag

After looking into the implementation it seems like the easiest route would be to derive Serialize and Deserialize on the `ContainerOptionsBuilder`. Then I could store the `ContainerOptionsBuilder` instead of the...

OK, I opened a draft PR: #217. Please tell me what you think of it. :smiley:

OK, I was able to produce a simple failing test. I'm pretty certain that's a bug. I'm looking into fixing it now. ```rust #[test] fn two_inserts() { use treediff::Mutable; let...

Cool, thanks! I'll try it out tomorrow.

Hi @xcshuan and thanks for commenting! After looking around I'm leaning towards just using overlord and then taking reference from other tools for the rest of it, because I have...

I'm getting the following error while running the build command: ``` ➜ cargo build --release --example muta-chain Updating crates.io index error: failed to select a version for `tentacle-secio`. ... required...

It wouldn't be way too difficult to use the `image` crate to combine multiple images into one before giving it to bevy and splitting it up by a grid, but...

Couple extra comments for context: https://github.com/fishfolks/punchy/pull/224#issuecomment-1213167253.

Maybe it's a scheduling thing, where we are adding the collider as a child, but rapier doesn't get to updating the collider transform until the next frame or something.

It could make sense. It would essentially be an array of ranges, which might not be bad. Some of the exact details of the syntax become less important with an...