Latest activity

  • fukurou
    fukurou replied to the thread 👨‍💻 dev pet animation.
    with dirs: renderer: # --- silence pygame startup spam --- import os os.environ["PYGAME_HIDE_SUPPORT_PROMPT"] = "1" import warnings...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev pet animation.
    # --- silence pygame startup spam --- import os os.environ["PYGAME_HIDE_SUPPORT_PROMPT"] = "1" import warnings...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev pet animation.
    skill experiment with one turn animation cycle import multiprocessing import atexit from DLC.vtuber_renderer import vtuber_process...
  • fukurou
    fukurou posted the thread vtuber test code in chit chat.
    pip install live2d-py pygame import pygame import live2d.v3 as live2d from live2d.utils import log import sys # הגדרות מסך...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev pet animation.
    import multiprocessing import atexit from DLC.vtuber_renderer import vtuber_process from LivinGrimoirePacket.LivinGrimoire import Skill...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev pet animation.
    skill import multiprocessing from DLC.vtuber_renderer import vtuber_process from LivinGrimoirePacket.LivinGrimoire import Skill class...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev pet animation.
    skill code: import multiprocessing from DLC.vtuber_renderer import vtuber_process from LivinGrimoirePacket.LivinGrimoire import Skill...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev pet animation.
    update 2, image on bottom left, mouse unstuck: import pygame import time import ctypes def vtuber_process(cmd_queue): pygame.init()...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev pet animation.
    update renderer: import pygame import time def vtuber_process(cmd_queue): pygame.init() # Load frames idle =...
  • fukurou
    fukurou updated their status.
  • fukurou
    fukurou replied to the thread 👨‍💻 dev VU meter.
    import sounddevice as sd import numpy as np import threading import time class LoudDetector: # Global static variable is_loud =...
  • fukurou
    import sounddevice as sd import numpy as np import threading import time class LoudDetector: # Global static variable is_loud =...
  • fukurou
    fukurou updated their status.
  • fukurou
    🧩 GOAL A desktop pet / VTuber window that: floats on the desktop animates (idle, blink, talk) stays always‑on‑top runs at 60 FPS...
  • fukurou
    fukurou replied to the thread alarm skill update.
    yeah you can just run it via a program called pycharm and use voice commands or typing. I haven't bothered much with anime user...
Top