https://github.com/ndimensional/zig-rtree
Generic RTree for Zig vectors
https://github.com/ndimensional/zig-rtree
Last synced: 2 months ago
JSON representation
Generic RTree for Zig vectors
- Host: GitHub
- URL: https://github.com/ndimensional/zig-rtree
- Owner: nDimensional
- License: mit
- Created: 2024-10-12T18:26:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-24T14:28:03.000Z (2 months ago)
- Last Synced: 2025-04-01T16:05:40.545Z (2 months ago)
- Language: Zig
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zig-rtree
Generic RTree for Zig vectors
## Table of Contents
- [Installation](#installation)
- [License](#license)## Installation
This library uses and requires Zig version `0.14.0` or later.
Add the dependency to `build.zig.zon`:
```zig
.{
.dependencies = .{
.rtree = .{
.url = "https://github.com/nDimensional/zig-rtree/archive/refs/tags/v0.2.0.tar.gz",
// .hash = "...",
},
},
}
```## License
MIT © nDimensional Studios