https://github.com/snorrwe/morton-table
Linear Quadtree implementation in Rust
https://github.com/snorrwe/morton-table
linear-quadtree quadtree rust
Last synced: 4 months ago
JSON representation
Linear Quadtree implementation in Rust
- Host: GitHub
- URL: https://github.com/snorrwe/morton-table
- Owner: snorrwe
- License: mit
- Created: 2020-04-16T20:14:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-21T20:22:46.000Z (almost 2 years ago)
- Last Synced: 2025-09-01T02:55:36.974Z (10 months ago)
- Topics: linear-quadtree, quadtree, rust
- Language: Rust
- Homepage:
- Size: 54.7 KB
- Stars: 26
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linear Quadtree implementation
[](https://github.com/snorrwe/morton-table/actions)
Directory structure:
```txt
morton-table/ # the implementation
target/criterion # the benchmark report generated by the benchmark
docs/ # code to produce additional assets
```
## morton-table
### Requirements
- [Rust + Cargo](https://rustup.rs/)
- [GNUplot](http://www.gnuplot.info/) (optional)
## docs
### Requirements
- [MatPlotLib](https://matplotlib.org/users/installing.html#installing-an-official-release)
- ffmpeg