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

https://github.com/mzed/rapid

Max implementation of RapidLib
https://github.com/mzed/rapid

Last synced: 4 months ago
JSON representation

Max implementation of RapidLib

Awesome Lists containing this project

README

          

# rapid
Max implementation of RapidLib

![CI Build](https://github.com/mzed/rapid/workflows/CI/badge.svg)

## building

Start in top directory of repository

Configure macOS:
`mkdir build && cd build && cmake -G Xcode ..`

Configure windows:
`mkdir build && cd build && cmake ..`

Build release:
`cmake --build build --config 'Release'`