Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

ai4anim-webgpu

A TypeScript three.js WebGPU inference port of the biped + quadruped neural-motion-matching demos from facebookresearch/ai4animationpy by Paul Starke and Sebastian Starke.

Live demo: motionsynth.sweriko.com

image

What it does

  • Runs the upstream biped + quadruped neural networks directly in the browser
  • Batched compute: one dispatch per prediction tick across every active agent, with mixed-precision matmul kernels (fp16 weights, fp32 accumulator).
  • All agents share a single instanced SkinnedMesh
  • basic controll interface

setup

npm install
npm run dev     

Attribution & license

This is a derivative work of AI4AnimationPy. See NOTICE for full attribution and LICENSE for the license terms (CC BY-NC 4.0 — non-commercial use only). The "ai4anim-" prefix is descriptive; this project is not affiliated with or endorsed by Meta or the original authors.

关于 About

No description, website, or topics provided.

语言 Languages

TypeScript95.5%
HTML4.5%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
6
Total Commits
峰值: 6次/周
Less
More

核心贡献者 Contributors