WEDNESDAY · JULY 22 · 2026 Gaming news, honest reviews & cozy chaos ♥
Gaming news, honest reviews & cozy chaos
LATEST
HomeCultureDev runs a VTuber avatar natively on a 26-year-old PS2
Culture
Dev runs a VTuber avatar natively on a 26-year-old PS2
▶ CULTURE · VTUBERS

Dev runs a VTuber avatar natively on a 26-year-old PS2

Indie developer Serenity has built VTuber software that renders a moving 3D avatar directly on a PlayStation 2's Emotion Engine, with full-body tracking planned next.

By Sofia Marchetti · Culture & Cozy Writer · July 22, 2026 2 min read

A console from 2000 doing VTuber things in 2026

Somewhere out there, a PlayStation 2 is doing something it was never designed to do. Indie developer Serenity, who publishes under the name Serenity Theater, has built VTuber software that runs natively on Sony’s 26-year-old console. Not through an emulator. Not through some clever workaround on a modern PC. On the actual hardware, through the PS2’s own Emotion Engine CPU.

Serenity shared a video on X showing an early build called “Serenity VTuber Rig V1” running on a PS2 hooked up to a CRT television. The footage shows a wireframe 3D model rotating in real time as live yaw, pitch, and roll values update on screen. It is, in a word, deeply impressive. It is also the kind of project that makes you wonder how much untapped weirdness is still sitting in old hardware.

The developer made the stakes of the achievement clear in the video itself, stating: “No tricks! No emulation! No imitation!”

How it actually works

The current prototype is not a fully self-contained motion-capture rig. Serenity explained that the PS2 connects to a Python script running on a PC, which calculates the user’s positional data and sends it to the console over a network every frame. That part still leans on external hardware.

But the avatar rendering? That happens entirely on the PS2. The Emotion Engine, which Sony described as being made up of eight separate processing units each handling a different function, is doing the graphical heavy lifting. For a chip that debuted in 2000, that is a lot to ask. Apparently it is up to the task.

Serenity built the software using PS2SDK, a collection of open-source libraries for developing applications on Sony’s console. The current setup allows the avatar to be captured through programs like OBS, meaning someone could theoretically stream using this rig right now.

Full body tracking is the next target

Serenity has described this as version one, which implies there is quite a bit more planned. The project’s stated goal is eventually adding DIY full-body tracking, which would mean the PS2 could handle movement across a person’s entire frame rather than just head rotation data.

VTubers typically use cameras and purpose-built motion tracking software on modern PCs to animate their digital avatars for streaming and videos. The idea of offloading any part of that pipeline to a console that predates YouTube, let alone Twitch, is a genuinely funny premise that also turns out to be technically fascinating.

When one commenter asked whether the avatar could eventually appear inside an actual PS2 game, Serenity’s reply was short and loaded with possibility: “Emphasis on ‘for now.’” What that means in practice is anyone’s guess, but the implication is that a playable, motion-tracked VTuber avatar existing inside a natively running PS2 game is somewhere on the roadmap.

For now, a wireframe model spinning on a CRT in response to human movement is more than enough to get attention. The Emotion Engine was built to run games like Shadow of the Colossus and God of War. In 2026, it is being asked to run a VTuber rig. That is a career pivot nobody saw coming.

FAQ
How does the PS2 VTuber setup actually work?

According to Dexerto's reporting on developer Serenity's project, a Python script running on a separate PC calculates the user's positional data and sends it to the PS2 over a network every frame. The PS2 then renders the 3D avatar itself through its Emotion Engine CPU, without any emulation involved.

Is the PS2 doing all the work on its own?

Not entirely yet. The avatar rendering happens natively on the PS2, but the motion tracking calculations are handled by a PC-side Python script. Serenity has described this as an early build, with more self-contained functionality planned down the road.

What tools did Serenity use to build this?

As reported by Dexerto, Serenity built the project using PS2SDK, a collection of open-source libraries designed for developing applications on Sony's PlayStation 2.