Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.18 KB

README.org

File metadata and controls

53 lines (41 loc) · 1.18 KB

faclig

docs/img/289767.gif

Rendering ASCII Art(AA) model that follows Face tracking data on CUI This aims to be Live2D for AA. This uses Virtual motion capture protocol(VMCP) and act as Marionette.

Still under development.

feature

  • AA model format
  • Apply tracking data to model

How to use this

Start VMCP Performer (You can find some of them at Official website)

Once it’s up, execute command along with faclig model path(format in faclig_format.md – en)

# execute faclig with path
$ faclig resources/face.faclig.yaml

how to run

# without installing faclig
$ stack run -- <PATH>
# after installing faclig
$ faclig <PATH>

how to install