Owen Gage
Owen Gage
Hey there. Yep the current implementation leaves a lot to be desired hah. At one point or another I've experimented with exactly the kind of stuff you have here. I...
Hi, I like this idea. Some abstraction on the level on dimension would be very useful.
Hi @nicoxxl, does the `fastanvil::Region` struct not allow what you need? You can create a new region with that and write chunks to it. It doesn't help you create chunks...
Great, I've merged the PR you made and ticked off soem of the things in the list. Cheers!
This should be possible, hopefully with backwards compatibility. What an odd change. As a workaround, can you splice out/in those two zero bytes?
Hi, thanks for the report. There are quite a few blocks that render in this magenta colour. It indicates that there isn't an entry in the colour palette for this...
There are, yeah. I have no plans to work on this much any time soon.
I like the idea. The main thing holding me back is what the interface should look like. A `get(x,y,z)` would be horrendously inefficient if iterated badly. For example going from...
I have no plans to implement it myself right now, very happy for someone else to tackle it. :) A `Region` currently has an `iter()` method that provides the raw...
Sorry I'm not sure I understand what you're suggesting. What do you mean by a backing step? Can you give an example?