Rare find

Draco.js. Load compressed 3D models in the browser without extra downloads or setup.

mrdoob.github.io/draco.js

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

June 2026
  • demo: add KTX2Loader so basis-compressed glTF textures load
  • demo: count the wasm download in load
  • demo: itemize load and measure the loaders cold
  • build: regenerate bundle after removing dead decoder code
  • refactor: remove unreachable point-cloud path and dead decoder methods
  • build: regenerate bundle with the rANS entropy-path speedups
  • perf: fill short rANS lookup-table runs with a manual loop
  • perf: read rANS probability bytes through a local cursor
  • demo: use the WASM blue for the JS accent in the viewer
  • docs: trim README to a more minimal set of sections
  • docs: refresh README size numbers and 2.2-only status
  • build: regenerate bundle after dropping pre-2.2 decode paths
  • refactor: drop pre-2.2 mesh bitstream decode paths
  • refactor: drop the deprecated tex-coords prediction scheme
  • style: trim comments to essentials and normalize file headers
  • build: regenerate bundle after comment trim and banner shrink
  • build: shrink the bundle license banner
  • refactor: inline position cache into predictors, mirroring C++ structure
  • build: regenerate bundle after inlining the position cache
  • docs: note the network-overhead win on slow connections