alpaca-core / ac-local-swift

Swift wrapper for the Alpaca Core Local SDK
MIT License
0 stars 0 forks source link

Alpaca Core Local SDK Swift Wrapper

Here we have both a high level and low level wrapper.

AlpacaCoreSwift

A high level wrapper. It's interface should feel as idiomatic Swift. Dict is passed as Dictionary.

It's implemented via...

CxxAlpacaCore

A low-level wrapper which exposes more C++ internals in the pseudo-structure AC.

Dict is accessible as AC.DictRoot and AC.DictRef in a manner similar to the C API.

Build

Only macOS is currently officially supported. We do run builds on other operating systems, but official support for them is not currently a priority.

Development environment

Here's the recommended way to setup a development environment for building this project:

First, cover the basic setup from ac-local Development environment doc

Aditionally: