Skip to content

Cj-bc/FaceDataServer-csharp

Repository files navigation

日本語: JA_README.md


FaceDataServer-csharp

This is implementation of FaceDataServer protocol for C#.

what is FaceDataServer?

FaceDataServer is a project to do face tracking with various frontends(i.e. 3D model, Live2D, ASCII Art)
For details, please refer to FaceDataServer protocol.

Directory structure

directory description
FaceDataServer Core of FaceDataServer implementation of C#. Use this if you treat with pure C#.
FaceDataServer.Test Tests for FaceDataServer above.
FaceDataServer-Unity Contains Assets and Scripts for Unity usage. For Unity.

Usage

Using with Unity

Refer to FaceDataServer-Unity/README.md

Using as nuget package

Not yet