David Komer
David Komer
So... just to understand, `"+y` and `"+p` don't work?
I'm not familiar with that function... I see it mentioned above, but is there a way to get yank/paste to work with the clipboard in windows?
ugh was a silly mistake on my part ;) nm
In terms of the one the library provides, would there be any advantage to scheduling the timeout to use `performance`? if that is available? Use case is running the loop...
Yes but in the fallback, you schedule it via passing Date.now (and an offset) to `setTimeout()` Would there be any advantage to using performance.now instead of Date.now ?
might depend on https://github.com/rust-lang/cargo/issues/5364
For inspiration, the "grokking [stuff]" series has a great visual teaching style, e.g. https://www.manning.com/books/grokking-algorithms
Gonna try and answer some of my own questions: > how to get all entities that have a certain component? > how to get all entities that do not have...
thanks! btw by "not using parallel" I mean the Cargo feature :)
I wonder if it makes sense to use a tree structure from another crate, like [indextree](https://github.com/saschagrunert/indextree) - simply passing it in when creating an entity? Heading to bed now, maybe...