Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/clonker/neighborlists


https://github.com/clonker/neighborlists

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# Neighborlists

To build, please don't forget to first `git submodule update --init` the submodules.
Then, it's just a matter of calling cmake and building the project:

```shell
mkdir build
cd build
cmake .. -GNinja
ninja
```

For usage examples, please see the [examples](examples) and [test](test) directories.