Ernest Wong

Results 29 comments of Ernest Wong

> Is anyone else having issues with Windows XP now? I just tried a Windows XP SP2 image in v86 with ACPI enabled, and I got a BSOD screen similar...

Thanks! Clearing the cpuid SSE bits did the trick. @BenNottelling, this probably helps you too.

Sorry I couldn't offer much help at the moment. I'm pretty inexperienced with assembly, so I had difficulty locating the code of interest starting from the keyboard handler routine. This...

Thanks for your interest! I've got some ideas that might be cool for us to try out. I'll see if I can do bit of investigation this weekend to flesh...

We simulate two worlds because whenever we want to perform a rollback: 1. It can take multiple render frames to fast forward the world back to the current timestamp, so...

Hmm, looking at the top right quadrant of the diagram, using an outer bevy stage to mark which systems we want to run in the inner bevy app might not...

@jamescarterbell Continuing on a discord discussion, if I understand correctly, there are two open questions. (There are probably more to come, but here are two for now). 1. How do...

Hmm, good point. The builder idea might not be the most ergonomic, although I'm not too sure I'm fully aware of why that is and would be curious to understand...

> "most plugins people write for their game will have an inner world plugin and an outer world plugin" Just double checking - did you mean *systems* rather than *plugins*?...

### Regarding 2. Referring to the desired network resources - Continued Might be nicer to have a conversion trait impl directly on the bevy resource, and register that bevy resource...