Dennis Kobert
Dennis Kobert
I don't think this is blocked anymore, is it? @Keavon
Another great use case would be layout optimizations for printing, basically packing as many designs as possible on one sheet of paper which can then be cut out using scissors
We actually do this every year for printing tshirts. Currently we manually layout the objects to use as little tshirt printing material as possible. That was also the main use...
We could use one of these exsting implementations: https://github.com/JeroenGar/jagua-rs https://github.com/JeroenGar/sparrow And also allow users to select other algorithms (e.g. regular texture atlas packing) etc. via a dropdown
This still pulls in the crate dependency
Our CI fails with a deprecation warning, but I guess we could also add `instant` as an exception. That is just a slightly imperfect solution because we are then no...
This shouldn't really break anything because previously, compiling without either the `wasm-bindgen` or `std-web` feature always produced a build error. I've moved the `get_random` dependency to non-optional target dependency because...
Ah, I see that makes sense. Should I just revert my latest commit then?
Yeah, but shouldn't that have also failed before then?
In my gpu restoration pr I bumped `wasm-bindgen` to version `0.2.92` does that cause any issues (other than updating the docs)?