Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matanlurey/sector.dart

Fast and intuitive 2D data structures.
https://github.com/matanlurey/sector.dart

2d dart data-structures grid

Last synced: 8 days ago
JSON representation

Fast and intuitive 2D data structures.

Awesome Lists containing this project

README

        

# Sector

Fast and intuitive 2D data structures: grids, graphs, pathfinding & more.

[![Preview of the Demo App](https://github.com/user-attachments/assets/8071eab4-a234-492b-8c2e-1fa4233febed)](./example/demo)

## Packages

This repository is a monorepo containing multiple packages:

| Package | Pub | CI | Coverage | Docs |
|---------|-----|----|----------|------|
| [`sector`][] | [![Pub Package](https://img.shields.io/pub/v/sector.svg)](https://pub.dev/packages/sector) | [![CI](https://github.com/matanlurey/sector/actions/workflows/ci.yaml/badge.svg)](https://github.com/matanlurey/sector/actions/workflows/ci.yaml) | [![Coverage Status](https://coveralls.io/repos/github/matanlurey/sector/badge.svg?branch=main)](https://coveralls.io/github/matanlurey/sector?branch=main) | [![Dartdoc reference](https://img.shields.io/badge/dartdoc-reference-blue.svg)](https://pub.dev/documentation/sector/latest/) |
| [`sector_demo`][] | - | - | - | - |

[`sector`]: ./packages/sector
[`sector_demo`]: ./packages/sector_demo