This repository has been merged into autd3 repository from v2.4.1.
autd3 wrapper for .Net Standard 2.1
version: 2.3.1.2
- Please install using NuGet https://www.nuget.org/packages/autd3sharp
- If you use Windows and
SOEM
, install Npcap with WinPcap API-compatible mode (recomennded) or WinPcap.
- Please refer to example
cd example
dotnet run
- If you are using Linux/macOS, you may need to run as root (e.g.
sudo dotnet run
).- On Ubuntu 20.04, you may need to specify runtime (e.g.
sudo dotnet run -r ubuntu-x64
).
- On Ubuntu 20.04, you may need to specify runtime (e.g.
- Please use unitypackage in Release page.
- After importing the package, please enable
Allow 'unsafe' code
inProject Settings > Player
- Also, add
-nullable:enable
inAdditional Compiler Arguments
to suppress warnings
- Also, add
- If you use this SDK in your research please consider to include the following citation in your publications:
- S. Suzuki, S. Inoue, M. Fujiwara, Y. Makino and H. Shinoda, "AUTD3: Scalable Airborne Ultrasound Tactile Display," in IEEE Transactions on Haptics, doi: 10.1109/TOH.2021.3069976.
- S. Inoue, Y. Makino and H. Shinoda "Scalable Architecture for Airborne Ultrasound Tactile Display", Asia Haptics 2016
Shun Suzuki 2022