ipyanimlab

An Animation R&D jupyter Lab, build on top of ipywebgl


Keywords
IPython, Jupyter, WebGl, Widgets
License
Other
Install
pip install ipyanimlab==1.1.0

Documentation

ipyanimlab


A character animation widget for Jupyter Lab

Documentation Status

Introduction

ipyanimlab is jupyter lab library to quickly display character animation when doing animation research.

OpenUSD file format to import assets and animations.

  • Assets can be rigid or skinned
  • skinned asset can support up to 8 bone influences per vertex
  • skinned asset are limited to 256 bones at this point (vertex shader skinning)

BVH file format is supported to import animations

Render with PBR material (no textures), sky with time of day, shadow, ssao

Build on top of ipywebgl so you can easily write your own shaders and render anything you want.

Jupter lab

Direct interaction with widgets in your jupyter notebook


Examples

You can find examples that uses this library in the AnimationTech repository.

Installation

You can install using pip:

pip install ipyanimlab