traverseda
traverseda
It would be nice to treat worlds as defaultDicts. If you haven't explicitly set a block to something, it passes it off to another function. That way we only save...
Pretty much. It's all very vague. We might use python3's async features for the periodic saving, so it doesn't effect performance in the main thread. [chainMap](https://docs.python.org/3/library/collections.html#collections.ChainMap) also looks useful. Layers....
That looks like a pretty huge thing, yeah. Would you like to do a pull request for that yourself, or would you like me to set it up? It also...
> The concept of an "app" in this sense, I think, would be a convention for a path layout with data, textures, sounds, etc. Data only mods/apps might be reasonable,...
How do you feel about CFFI? I'd prefer pypy compatibility for the server side, if it's reasonable to do that. I haven't really worked with either.
Well I'm not going to get in the way of any pull requests. I don't think there's any compelling reason to keep it in a separate fork.
Fog doesn't seem to work well with the shader, but if you turn it off, it works find.
I feel like "run it in a linux VM" is a poor solutions to windows installs.
The linux subsystem for windows. Cygwin. Compiling the tooling properly for the platform (redis *is* pretty cross-platform).
It looks like the solutions to this is simply to include a redis build in our python-wheel. I was overthinking it a lot, this is what I get for not...