https://github.com/shinolab/autd3sharp
https://github.com/shinolab/autd3sharp
autd3 csharp unity
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/shinolab/autd3sharp
- Owner: shinolab
- License: mit
- Created: 2023-12-09T01:14:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T04:37:35.000Z (over 1 year ago)
- Last Synced: 2024-10-14T04:40:11.803Z (over 1 year ago)
- Topics: autd3, csharp, unity
- Language: C#
- Homepage:
- Size: 130 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# autd3sharp

[](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