An open API service indexing awesome lists of open source software.

https://github.com/oxidized-mc/chunks

Chunk data structures — LevelChunk, PalettedContainer, BitStorage, Palette, Heightmap
https://github.com/oxidized-mc/chunks

bit-storage chunks heightmap minecraft minecraft-java open-source oxidized-mc palette rust

Last synced: 15 days ago
JSON representation

Chunk data structures — LevelChunk, PalettedContainer, BitStorage, Palette, Heightmap

Awesome Lists containing this project

README

          

# oxidized-chunks

[![CI](https://github.com/oxidized-mc/chunks/actions/workflows/ci.yml/badge.svg)](https://github.com/oxidized-mc/chunks/actions/workflows/ci.yml)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

Chunk data structures — LevelChunk, PalettedContainer, BitStorage, Palette, Heightmap

Part of the [Oxidized MC](https://github.com/oxidized-mc) ecosystem — a Minecraft Java Edition
implementation in Rust.

## License

Licensed under the [MIT License](LICENSE).

## Contributing

Contributions are welcome! Please see the [Oxidized MC](https://github.com/oxidized-mc) organization
for project-wide guidelines.