(v13) What is supplied?
This page applies to Harlequin v13.1r0 and later; and to Harlequin Core but not Harlequin MultiRIP.
The Harlequin Core SDK is supplied as:
- A core RIP as a shared library (
corelib.so
), DLL (corelib.dll
) or dynamic library (corelib.dylib
). - A service layer providing an abstracted simplified API.
These two parts of the system are provided in the following form:
- A platform-dependent binary version of the core RIP.
- The service layer called “skinkit” already interfaced with the core.
- A platform dependent example RIP application called “skintest” which can be used to test your system.
- Source code (in C) for both skinkit and skintest.
- A
corelib.dylib
for macOS.