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

https://github.com/butanium/yaalpp


https://github.com/butanium/yaalpp

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# yaalpp

## Requirements
For runtime:
- boost

For saving videos:
- opencv
- hdf5
- vtk
- glew
- fmt

## Parallelization
# OpenMP
- Quadtrees are thread safe and the insertion can be parallelized using OpenMP.