Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clonker/neighborlists
https://github.com/clonker/neighborlists
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/clonker/neighborlists
- Owner: clonker
- License: bsd-3-clause
- Created: 2022-08-09T18:57:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T15:17:16.000Z (over 2 years ago)
- Last Synced: 2024-10-29T01:04:24.755Z (about 2 months ago)
- Language: C++
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.