Entropy Lost

Results 42 comments of Entropy Lost

Oh wow, that's really nice.

Also Bin is the equivalent of a `div` right?

I would actually prefer if there was more of a focus on having extremely customizable `Bin`s instead of having a bunch of less-customizable widgets, as I generally don't like to...

Oh I see that `Box`. I feel maybe calling it `Span` might work? Or just borrow html's `Div` as everybody knows what a div is.

Well I'm doing Rust WASM first, but I need multithreading, which requires calling the functions from JS.

It would be nice to have a simple "spawn thread" button under a feature, like std::thread. That might be rather difficult though.

Also by the way, would it be possible for the WASM web workers to have some sort of channel to send JS objects through?

Use wasm-pack instead?

I would also like webrtc for p2p games.

Also I think the `webrtc` crate seems to be a server-side implementation of webrtc, not bindings to one for the web, so maybe both are necessary?