gltfpack

A command-line optimizer for glTF assets from meshoptimizer.

  • glTF
Visit gltfpack official site

What it is

gltfpack is a command-line tool in the meshoptimizer project for optimizing glTF files and their geometry, textures, and data layout.

Why it is selected

3D assets can become a large delivery cost. Running an optimizer before publishing gives a concrete way to check whether an asset can be smaller without changing the intended scene.

Who it suits

People shipping glTF assets to web, product, or interactive projects.

Useful for

  • Reducing a model before including it in a web build
  • Comparing source and optimized glTF output
  • Adding asset optimization to an export workflow

gltfjsx

A command-line tool that turns glTF assets into reusable JSX components for React Three Fiber.

  • gltf
  • react
  • threejs

Needle Viewer

A web viewer for opening and inspecting glTF models.

  • gltf
  • viewer
  • 3d-assets

21st.dev

A component resource for starting product interfaces with reusable implementation ideas.

  • components
  • react
  • ui