git404hub

what is eidoverse-video fr?

skyeshark/eidoverse-video — explained in plain English

Analysis updated 2026-05-18

20JavaScriptAudience · developerComplexity · 5/5Setup · hard

tl;dr

A toolkit that lets an AI coding agent produce finished videos, real time rendering characters, worlds, effects, and audio through Deno, WebGPU, and three.js.

vibe map

mindmap
  root((repo))
    What it does
      AI agent video studio
      Real time GPU rendering
      Character and world building
    Tech stack
      Deno
      WebGPU
      three.js
    Use cases
      Automated video generation
      3D scene prototyping
      Agentic render pipelines
    Audience
      Developers
      AI coding agents

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Have an AI coding agent generate a short video with animated characters, terrain, and effects from a text brief.

VIBE 2

Build automated video generation pipelines where an agent takes a brief and returns a rendered mp4.

VIBE 3

Prototype 3D scenes with physics based character locomotion, simulated water, cloth, and particle effects.

what's the stack?

DenoWebGPUthree.jsJavaScriptffmpegDocker

how it stacks up fr

skyeshark/eidoverse-videoaaronz345/athena-personal-academic-pagealana72212/akamai-vm
Stars202020
LanguageJavaScriptJavaScriptJavaScript
Setup difficultyhardmoderatehard
Complexity5/52/55/5
Audiencedeveloperresearcherresearcher

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · hard time til it works · 1h+

Requires a pinned Deno version, ffmpeg, and a GPU capable of WebGPU rendering.

in plain english

Eidoverse Video is a toolkit that lets an AI coding agent produce finished videos, similar to how a small film studio works. Instead of a human operating editing software directly, a person and an AI agent collaborate: the conversation between them acts like a writers' room, the agent plays the role of filmmaker, and this toolkit provides the sets, cameras, and equipment. The project describes itself as a prealpha release, version 0.01, extracted from an internal production pipeline that has already been used to make hundreds of videos. Everything renders in real time using Deno, a JavaScript runtime, together with WebGPU and the three.js graphics library, keeping almost all the work on the graphics card rather than the processor. Coding agents like Claude Code, Codex, or OpenCode can read the project's own instructions file and understand how to operate the studio without additional setup beyond installing Deno and ffmpeg, a tool for encoding video and audio. Inside the toolkit are building blocks for many parts of a video. Characters use physics based walking, running, climbing, and other movement, driven by an inverse kinematics system that keeps feet planted on uneven ground, plus lipsync that turns spoken audio into mouth movements. There are tools for building creatures and machines out of reusable parts, terrain and grass for outdoor scenes, cloth and water simulations, particle effects like fire, smoke, and sparks, and over thirty visual post processing effects such as film grain, glitch, and neon looks. A separate asset pipeline can search and pull in existing 3D models, images, and environment lighting from external libraries. The main branch runs directly on your own machine with Deno and ffmpeg installed locally, no containers involved. A second branch, called auto, wraps the same toolkit in a Docker container so it can run as an automated subagent inside a larger pipeline, taking in a brief and returning a finished video file. The render engine also checks its own output for common mistakes, such as floating props or frozen faces, before handing back the result.

prompts (copy fr)

prompt 1
Set up this Eidoverse Video toolkit on my machine with Deno and ffmpeg, then render the basic_vrm example.
prompt 2
Write a scene script for this render engine that has a VRM character walk across procedurally generated terrain.
prompt 3
Show me how to use the auto branch of this repo to run video rendering as a containerized subagent.
prompt 4
Help me add a lipsync animation to a VRM character using this project's lipsync pipeline.

Frequently asked questions

what is eidoverse-video fr?

A toolkit that lets an AI coding agent produce finished videos, real time rendering characters, worlds, effects, and audio through Deno, WebGPU, and three.js.

What language is eidoverse-video written in?

Mainly JavaScript. The stack also includes Deno, WebGPU, three.js.

How hard is eidoverse-video to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is eidoverse-video for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.