Emil Ernerfeldt
Emil Ernerfeldt
Oh right, the main viewport is removed… I don't own an android device, so it would be better if someone else worked on this.
Converting to Draft - If somebody is interested in fixing Android, just fork this and make a new PR
I changed the entropy function in the C++ slightly, that could be the cause of it. This was the commit: https://github.com/emilk/wfc/commit/c41726140d299b86622e1055b329086a9e2f19d8 You could try reverting it and trying again.
I'm eagerly awaiting this to be published in the next winit release!
Yes, `ehttp` currently expects to run in a browser. If you want node support, you'll have to build it :) It shouldn't be too hard - just remove the calls...
We could add a helper to `puffin_http` for this, including the `puffin_http::profile_unit_test` macro. Something similar to this: https://github.com/rerun-io/rerun/blob/main/crates/re_tracing/src/server.rs
Sounds like a good plan
We can also use the strategy of egui.rs and add `#fragments` to the url which is a real part of the history
It seems like the best course of action would be to use the [history API](https://developer.mozilla.org/en-US/docs/Web/API/History_API), as Jan suggested. When _leaving_ the examples/welcome page (clicking an example) we can call both:...
I don't know what the difference is between the current "Box Plot" demo and candlesticks. Can you be more specific what is lacking? 