Home
Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Calendar
games
Log in
Register
What's new
Search
Search
Search titles only
By:
Current visitors
New profile posts
Search profile posts
Menu
Log in
Register
Install the app
Install
Home
Members
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
fukurou's latest activity
fukurou
replied to the thread
👨💻 dev
pet animation
.
import multiprocessing import atexit from DLC.vtuber_renderer import vtuber_process from LivinGrimoirePacket.LivinGrimoire import Skill...
Apr 24, 2026
fukurou
replied to the thread
👨💻 dev
pet animation
.
skill import multiprocessing from DLC.vtuber_renderer import vtuber_process from LivinGrimoirePacket.LivinGrimoire import Skill class...
Apr 24, 2026
fukurou
replied to the thread
👨💻 dev
pet animation
.
skill code: import multiprocessing from DLC.vtuber_renderer import vtuber_process from LivinGrimoirePacket.LivinGrimoire import Skill...
Apr 24, 2026
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()...
Apr 24, 2026
fukurou
replied to the thread
👨💻 dev
pet animation
.
update renderer: import pygame import time def vtuber_process(cmd_queue): pygame.init() # Load frames idle =...
Apr 24, 2026
fukurou
updated their
status
.
Apr 22, 2026
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 =...
Apr 22, 2026
fukurou
posted the thread
👨💻 dev
VU meter
in
chit chat
.
import sounddevice as sd import numpy as np import threading import time class LoudDetector: # Global static variable is_loud =...
Apr 22, 2026
fukurou
updated their
status
.
Apr 20, 2026
fukurou
posted the thread
👨💻 dev
pet animation
in
chit chat
.
🧩 GOAL A desktop pet / VTuber window that: floats on the desktop animates (idle, blink, talk) stays always‑on‑top runs at 60 FPS...
Apr 20, 2026
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...
Apr 20, 2026
fukurou
updated their
status
.
Apr 20, 2026
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...
Apr 20, 2026
fukurou
replied to the thread
alarm skill update
.
fixed code: class DiAlarmer(Skill): def __init__(self): super().__init__() self.off: Responder = Responder("shut...
Apr 20, 2026
fukurou
replied to the thread
alarm skill update
.
new STT optimized version: class DiAlarmer(Skill): def __init__(self): super().__init__() self.off: Responder =...
Apr 20, 2026
Home
Members
Top
Text copied to clipboard.