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

https://github.com/shinolab/autd3sharp


https://github.com/shinolab/autd3sharp

autd3 csharp unity

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# autd3sharp

![build](https://github.com/shinolab/AUTD3Sharp/workflows/build/badge.svg)
[![codecov](https://codecov.io/gh/shinolab/AUTD3Sharp/graph/badge.svg?precision=2)](https://codecov.io/gh/shinolab/AUTD3Sharp)

[autd3](https://github.com/shinolab/autd3-rs) wrapper for .NET 8+.

## Install

* Please install using NuGet
- https://www.nuget.org/packages/autd3sharp

## Example

* Please refer to [example](./example).

## Unity

* Please install via Unity Package Manager

1. From the menu bar, select `Window > Package Manager`.
1. Click "+" button in upper left corner, then "Add package from git URL".
1. Enter https://github.com/shinolab/AUTD3Sharp.git#upm/latest and click "Add".
- If you need a specific version, specify #upm/vX.X.X

## LICENSE

See [LICENSE](./LICENSE) and [ThirdPartyNotice](./ThirdPartyNotice.txt).

# Author

Shun Suzuki 2022-2025