Skip to content

Releases: TamKungZ/VLiva

VLiva - VTuber Prototype for Linux

11 Nov 13:23
9241ebc

Choose a tag to compare

Pre-release

VLiva - VTuber Prototype for Linux

Version: 0.1.6-alpha


Prototype Notice

This is only a prototype (Stage 6). It is not fully functional and cannot be used as a stable VTuber application.
The purpose of this release is to show that the project is in progress.

  • UI for interacting with models: partially implemented
  • Motion / facial tracking: partially implemented
  • Model loading: works with test models
  • Rendering: basic OpenGL with Cubism SDK

Linux Installation (Debian/Ubuntu)

Download the DEB package:
VLiva-0.1.6-alpha-Linux.deb

Install it using:

sudo dpkg -i VLiva-0.1.6-alpha-Linux.deb
sudo apt-get install -f

Requirements

  • Linux (tested on Ubuntu 22.04+)
  • OpenGL 3.3+ compatible GPU
  • Packages: libglfw3-dev, libglew-dev, libglm-dev, libjsoncpp-dev
  • Optional: OpenCV 4+ (for partial face tracking)
  • Cubism SDK for Native (included in project)

Build from Source

Install dependencies:

sudo apt install libglfw3-dev libglew-dev libglm-dev libjsoncpp-dev libopencv-core-dev libopencv-video-dev

Notes

This package is intended for developers and testers only
Do not expect stable usage yet
Feedback is welcome to guide further development