gridava

Crates.iogridava
lib.rsgridava
version0.2.0
sourcesrc
created_at2024-11-24 04:09:59.357951
updated_at2024-12-10 05:45:28.396567
descriptionAn implementation of 2D coordinate systems.
homepage
repositoryhttps://github.com/algodiva/gridava
max_upload_size
id1458954
size110,128
Ava (algodiva)

documentation

README

Gridava

CI codecov unsafe forbidden

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.

Features

  • Tile Coordinate Systems: Seamless handling of hexagonal grids with efficient algorithms.
  • Tile Transformations: Support for translations, rotations, and scaling operations.
  • Flexible Tile Collections: Manage and manipulate groups of tiles with ease.
  • Modular and Extensible: Build upon a strong foundation to suit your specific use cases.
  • High Performance: Leverages Rust's speed and safety for demanding applications.

Getting Started

Installation

Add Gridava to your Cargo.toml:

[dependencies]
gridava = "0.2.0"

Then run:

cargo build

Documentation

Comprehensive documentation is available here. Explore the API, examples, and advanced topics to make the most of Gridava.

Contributing

We welcome contributions! Here's how you can help:

  1. Fork the repository.
  2. Create a feature branch (git checkout -b feature/new-feature).
  3. Commit your changes (git commit -m 'Add a new feature').
  4. Push to the branch (git push origin feature/new-feature).
  5. Open a pull request.

Please review our contributing guidelines for more details.

Roadmap

  • Develop more advanced transformation and manipulation utilities.
  • Integrate visual debugging and documentation tools.
  • Square feature parity
  • Triangle feature parity
  • Documentation diagrams
  • Github documentation
  • Pathfinding

License

This project is licensed under the MIT License. See the LICENSE file for details.

Commit count: 180

cargo fmt