fukurou's latest activity

  • 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...
  • fukurou
    fukurou updated their status.
  • fukurou
    fukurou replied to the thread alarm skill update.
    yes, like set alarm to [time] I just optimized it for speech to text(for example saying 9:40 is recognized as 940) so I patched it. I...
  • fukurou
    fukurou replied to the thread alarm skill update.
    fixed code: class DiAlarmer(Skill): def __init__(self): super().__init__() self.off: Responder = Responder("shut...
  • fukurou
    fukurou replied to the thread alarm skill update.
    new STT optimized version: class DiAlarmer(Skill): def __init__(self): super().__init__() self.off: Responder =...
Top