ソフトウェア
基本的に各言語の標準的なパッケージマネージャーに対応している.
CMakeのFetchContentを使用してインストールできる.
また, 依存ライブラリのダウンロードにgit
を使用するので, これもインストールしておくこと.
- autd3
- Windows: https://github.com/shinolab/autd3-cpp/releases/download/v35.0.1/autd3-v35.0.1-win-x64.zip
- macOS: https://github.com/shinolab/autd3-cpp/releases/download/v35.0.1/autd3-v35.0.1-macos-aarch64.tar.gz
- Linux: https://github.com/shinolab/autd3-cpp/releases/download/v35.0.1/autd3-v35.0.1-linux-x64.tar.gz
- autd3-link-soem
- Windows: https://github.com/shinolab/autd3-cpp-link-soem/releases/download/v35.0.1/autd3-link-soem-v35.0.1-win-x64.zip
- macOS: https://github.com/shinolab/autd3-cpp-link-soem/releases/download/v35.0.1/autd3-link-soem-v35.0.1-macos-aarch64.tar.gz
- Linux: https://github.com/shinolab/autd3-cpp-link-soem/releases/download/v35.0.1/autd3-link-soem-v35.0.1-linux-x64.tar.gz
NuGetで公開している.
Unity Package Manager経由でインストール可能. 以下のリポジトリを追加する.
- AUTD3Sharp: https://github.com/shinolab/AUTD3Sharp.git#upm/latest
- AUTD3Sharp.Link.SOEM: https://github.com/shinolab/AUTD3Sharp.Link.SOEM.git#upm/latest
PyPIで公開している.