Skip to content
This repository has been archived by the owner on Oct 9, 2022. It is now read-only.

s5suzuki/autd3sharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

This repository has been merged into autd3 repository from v2.4.1.

build Publish to NuGet unitypackage

autd3sharp

autd3 wrapper for .Net Standard 2.1

version: 2.3.1.2

Install

Requirements

  • If you use Windows and SOEM, install Npcap with WinPcap API-compatible mode (recomennded) or WinPcap.

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).

Unity

  • Please use unitypackage in Release page.
  • After importing the package, please enable Allow 'unsafe' code in Project Settings > Player
    • Also, add -nullable:enable in Additional Compiler Arguments to suppress warnings

Citing

LICENSE

See LICENSE and NOTICE.

Author

Shun Suzuki 2022