Skip to content

ArtNet library for Unity(C#). Based on An ArtNet library for C# and VB.Net developers. Based on the ACN project codebase

Notifications You must be signed in to change notification settings

sugi-cho/ArtNet.Unity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArtNet.Unity

ArtNet library for Unity(C#).

Forked from https://github.com/MikeCodesDotNET/ArtNet.Net

Receive and Send DMX512 via ArtNet.

anim

photo

Usage

Send DMX

DMXController controller;
int universe;
byte[] dmxData;
//512 channels

controller.Send(universe, dmxData);

ArtNet.Net

An ArtNet library for C# and VB.Net developers. Based on the Architecture for Control Networks (ACN) project codebase

Key Differences

  • Removed RDM
  • Removed all code unrelated to ArtNet

Sample Projects

  • C# Console app
  • VB.Net Console app

About

ArtNet library for Unity(C#). Based on An ArtNet library for C# and VB.Net developers. Based on the ACN project codebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%