Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ker0olos/rein

A experimental vtuber renderer using super-easy-to-make svg models.
https://github.com/ker0olos/rein

python svg vtuber

Last synced: 13 days ago
JSON representation

A experimental vtuber renderer using super-easy-to-make svg models.

Awesome Lists containing this project

README

        

[Rein]carnation

A experimental vtuber renderer/app using super-easy-to-make[^1] svg models.

[^1]: Rein's models are zero-config zero-rigging, toggles and keyframes can be
optionally added to improve models.

### Roadmap

This is a reincarnation of a dead project I started in 2022.\
The plan is to update and improve on it, create a friendly GUI, and make it
available for everyone.


An image showing a human with their eyes and mouth wide open and a cartoony-looking character mimicking their facial expression
An image showing a human with his eyes close and head tilted to the side and a cartoony-looking character mimicking their facial expression

#### How to use

Not yet ready for public use.

#### How to create a svg model

TODO

#### How to Dev

```sh
git clone https://github.com/ker0olos/rein && cd rein
python3 -m venv .venv && source .venv/bin/activate
pip install -e . && pip install -r requirements.txt
sh download_ml_models.sh
python3 preview_webcam.py
```