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
- Host: GitHub
- URL: https://github.com/mzed/rapid
- Owner: mzed
- License: gpl-3.0
- Created: 2021-07-27T10:51:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T16:59:12.000Z (over 1 year ago)
- Last Synced: 2025-08-24T18:29:08.632Z (10 months ago)
- Language: Max
- Size: 178 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rapid
Max implementation of RapidLib

## 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'`