Zicklag

Results 650 comments of Zicklag

Oh, great. Thanks for the pointer. I was wondering about that, but I needed a hint in the right direction. If anybody else wants to try it first, I'm not...

I wonder if we could take some inspiration for how the browser somehow handles async WASM. I don't understand it fully but I've seen someting called "microtasks" that might have...

Cool, thanks for looking into it. I'll leave a comment on that thread. :+1:

I've not got time to work on it, but just wanted to bring up that I would totally use a flatpak. I'm not root on my machine so flatpak is...

In the interim we could suggest that people can subscribe to the forum topic where @ozkriff has been posting the newsletters: https://users.rust-lang.org/t/this-month-in-rust-gamedev/45520?u=zicklag

I'm interested in this too. I'm going to be attempting to implement [Amethyst](https://amethyst.rs)'s transform hierarchy with Legion, but I have to have something to replace [Specs Hierarchy](https://github.com/rustgd/specs-hierarchy). If there isn't...

@dakom, @AThilenius is working on a Legion transform hierarchy here: https://github.com/AThilenius/legion_transform. :tada:

> This may only make sense when scanning whole mounts, I don't think so. I was just specifically using this tool to free up space on a drive that had...

@bwasty, my thoughts: 1. It seems like wrapping it would be the best option as long as it didn't turn into a mess somehow with the C++ bindings. That is...