A library to rig non-rigged 3D models

model rigging threejs tsl
2 Open Issues Need Help Last updated: Jul 17, 2025

Open Issues Need Help

View All on GitHub
Optimize uniform data about 2 months ago

AI Summary: Optimize the 3D model rigging library, 'disfigure', to reduce resource consumption by sharing a single TSL code across all models. This involves refactoring the code to utilize uniforms to pass model-specific values instead of generating separate TSL code for each model.

Complexity: 4/5
help wanted to do

A library to rig non-rigged 3D models

JavaScript
#model#rigging#threejs#tsl
Optimize TSL generation about 2 months ago

AI Summary: Optimize the TSL (likely a shader language) code generation within the Disfigure 3D model rigging library to reduce redundant function compilations. The goal is to decrease the initial model load time from up to 2 seconds to under 0.5 seconds by compiling TSL functions only once.

Complexity: 4/5
help wanted to do

A library to rig non-rigged 3D models

JavaScript
#model#rigging#threejs#tsl