Current projects that I’m working on.



-Director Project-

A customized editor for the Advanced Scene Switcher in OBS. Built with the help of Claude Code it is meant to organize and troubleshoot more advanced Macro setups. I've been working on it for the past month or so to create a streamlined process of visualizing how Macros interact so that I don't run into 2 separate run functions colliding and cancelling. It also helps me keep track of Variable functions that interact with other variables e.g. HP_Current below 20 updating Mood_Current. Trying to get it fully fleshed out and user friendly before releasing it.

Main editor page to edit the Macros
All the conditions to add to the Macros.
Planner to visualize scenes and transitions.


-Avatar Animation Pipeline-

Started working on this a couple months ago for fun. It’s just an STT to a Local LLM of a character TOML that then is fed into a custom TTS as well as sending out signals to be picked up by Veadotube for live animation reactions from that character. I also built a memory system that gets looked up with python so that the LLM has a way to remember previous conversations.

Starting Screen. Still working on training specific models to reduce size and latency.
Easily created characters using TOML cards with details.
Launch of character. Here you can see that memories get loaded as well as how the emotion states work depending on context.
Testing emotion animation states within Veadotube for live reactions.



-Learning Veadotube inside and out-

Spent the last month or so to learn the ins and outs of the program. Node system is interesting and I documented how things were connecting and laid out since I didn’t see any documentation besides on the website. Made a guide since there wasn’t one posted online yet.