laund
laund
Feel free to PR the json + script, next to the scropt for all functions.
Just adding in here that i'd also appreciate if something like "Common steps after the install is finished" was documented somewhere. I just, as a complete Nix and Nixos newbie,...
> did you miss this, or did you not find it helpful enough? I would suggest adding a PR to clarify if it further to your expectations. The latter, i...
I just released a crate which would benefit a lot from some better way of integrating with bevy: https://crates.io/crates/bevy_spatial
sure! not an issue to me. i initially had this as a single file i copied between projects, which is where the single file architecture came from. i can have...
for clarity: i originally proposed the merge to @LemonjamesD informally on discord
readme mentions that this is not yet supported, im hoping it will be soon
in the meantime I've started using `mouce` On Wed, 9 Nov 2022, 05:00 fastTofast, ***@***.***> wrote: > readme mentions that this is not yet supported, im hoping it will be...
another open question: radius and extents are mutually exclusive. maybe these should be a enum of (Radius, Ellipse) instead of the extents Option being Some disabling radius
that makes sense, yeah. the math would work out to that, as the calc (x / avg_of_x_y) would result in 1. i think your option is nicer. I don't have...