Warning This implementation is still a heavy work in progress. It is not ready for use.
Go implementation of Polar. Polar is a world format designed for simpler and smaller handling of small worlds, particularly for user generated content where size matters.
Polar generally should not be used for large worlds, since it stores worlds in a single file and does not allow random access of chunks (the entire world must be loaded to read chunks). As a general rule of thumb, Polar should only be used for worlds small enough that they are OK being completely kept in memory.
The Polar format is described in detail here
todo k
go get -u github.com/hollow-cube/go-polar
todo
todo
Contributions via PRs and issues are always welcome.
This project is licensed under the MIT License.