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

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

Awesome Lists containing this project

README

          

# Linear Quadtree implementation

[![Rust](https://github.com/snorrwe/morton-table/workflows/Rust/badge.svg?branch=master)](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