https://github.com/butanium/yaalpp
https://github.com/butanium/yaalpp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/butanium/yaalpp
- Owner: Butanium
- License: mit
- Created: 2024-01-24T15:52:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-20T08:30:07.000Z (about 1 year ago)
- Last Synced: 2024-03-21T06:43:23.364Z (about 1 year ago)
- Language: C++
- Size: 166 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yaalpp
## Requirements
For runtime:
- boostFor saving videos:
- opencv
- hdf5
- vtk
- glew
- fmt## Parallelization
# OpenMP
- Quadtrees are thread safe and the insertion can be parallelized using OpenMP.