Crates.io | gridava |
lib.rs | gridava |
version | 0.2.0 |
source | src |
created_at | 2024-11-24 04:09:59.357951 |
updated_at | 2024-12-10 05:45:28.396567 |
description | An implementation of 2D coordinate systems. |
homepage | |
repository | https://github.com/algodiva/gridava |
max_upload_size | |
id | 1458954 |
size | 110,128 |
Gridava is a Rust library designed for creating and managing tiled coordinate systems. It provides robust support for various tile shapes, including hexagons, along with utilities for coordinate algorithms, transformations, and tile collections. Gridava is ideal for games, simulations, and applications requiring spatial logic.
Add Gridava to your Cargo.toml
:
[dependencies]
gridava = "0.2.0"
Then run:
cargo build
Comprehensive documentation is available here. Explore the API, examples, and advanced topics to make the most of Gridava.
We welcome contributions! Here's how you can help:
git checkout -b feature/new-feature
).git commit -m 'Add a new feature'
).git push origin feature/new-feature
).Please review our contributing guidelines for more details.
This project is licensed under the MIT License. See the LICENSE file for details.