Caspar Krieger
Caspar Krieger
> Injecting trait to component is not necessary and not helpful. ... You cannot distinguish deepcopy and shallow copy from a trait which erased such constriant. ... Injecting OOP-style implicit...
So to summarize: * _If_ we're okay with making many Bevy types clone (which I assume we would need an ECS maintainer's :+1: to?), then this approach to add a...
> with the caveat that all inputs of all clients had to have the same length at that point. So one would have to add useless zeros to buffer an...
.. although, now that I've written it up, I just realized that actually on `main` varying the size of `Input` would be difficult because `Input` must be `Copy` (so you...
Huh, I didn't consider that bincode might encode enums of varying sizes as different sizes - whoops. I have a fix in my fork at https://github.com/caspark/ggrs/commit/7802ee0b22b60d62a500bbf139806d7a156d7c36 but haven't got time...
Looks like render target support needs a few more functions than just `glCheckFramebufferStatus` - I needed to add the following to `mq_js_bundle.js` to make the wasm build work with render...
@creepersaur and @tom-sson I opened a separate issue for that weird black text issue - it's affecting me too but it seems like a separate thing: https://github.com/not-fl3/macroquad/issues/1006