Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/matanlurey/sector.dart
- Owner: matanlurey
- Created: 2024-06-30T01:38:03.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T02:16:09.000Z (2 months ago)
- Last Synced: 2024-09-14T15:32:35.216Z (about 2 months ago)
- Topics: 2d, dart, data-structures, grid
- Language: Dart
- Homepage: https://pub.dev/packages/sector
- Size: 10.6 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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