Back to rankings

google/model-viewer

TypeScriptmodelviewer.dev

Easily display interactive 3D models on the web and in AR!

3d-modelsgltfmodel-viewerglbthree-js3dwebcomponentsaugmented-realitymagic-leapwebxr
Star Growth
Stars
8.2k
Forks
940
Weekly Growth
Issues
105
2k4k6k8k
Jan 2023Mar 2024May 2025Jul 2026
Artifactsnpmnpm install model-viewer
README

The <model-viewer> project

This is the main GitHub repository for the <model-viewer> web component and all of its related projects.

Getting started? Check out the <model-viewer> project!

The repository is organized into sub-directories containing the various projects. Check out the README.md files for specific projects to get more details:

👩‍🚀 <model-viewer> • The <model-viewer> web component (probably what you are looking for)

<model-viewer-effects> • The PostProcessing plugin for <model-viewer>

🌐 modelviewer.dev • The source for the <model-viewer> documentation website

🖼 render-fidelity-tools • Tools for testing how well <model-viewer> renders models

🎨 shared-assets • 3D models, environment maps and other assets shared across many sub-projects

🚀 space-opera • The source of the <model-viewer> editor

Development

When developing across all the projects in this repository, first install git, Node.js and npm.

Then, perform the following steps to get set up for development:

git clone --depth=1 git@github.com:google/model-viewer.git
cd model-viewer
npm install

Note: depth=1 keeps you from downloading our ~3Gb of history, which is dominated by all the versions of our golden render fidelity images.

The following global commands are available:

Command Description
npm ci Install dependencies and cross-links sub-projects
npm run build Runs the build step for all sub-projects
npm run serve Runs a web server and opens a new browser tab pointed to the local copy of modelviewer.dev (don't forget to build!)
npm run test Runs tests in all sub-projects that have them
npm run clean Removes built artifacts from all sub-projects

You should now be ready to work on any of the <model-viewer> projects!

Windows 10/11 Setup

Due to dependency issues on Windows 10 we recommend running <model-viewer> setup from a WSL2 environment.

And installing Node.js & npm via NVM

You should clone model-viewer from inside WSL, not from inside Windows. Otherwise, you might run into line endings and symlink issues.
To clone via HTTPS in WSL (there are known file permissions issues with SSH keys inside WSL):

git clone --depth=1 https://github.com/google/model-viewer.git
cd model-viewer
npm install

To run tests in WSL, you need to bind CHROME_BIN:

export CHROME_BIN="/mnt/c/Program Files/Google/Chrome/Application/chrome.exe"
npm run test

Note that you should be able to run the packages/model-viewer and packages/model-viewer-effects tests with that setup, but running fidelity tests requires GUI support which is only available in WSL on Windows 11.

Additional WSL Troubleshooting – provided for reference only

These issues should not happen when you have followed the above WSL setup steps (clone via HTTPS, clone from inside WSL, bind CHROME_BIN). The notes here might be helpful if you're trying to develop model-viewer from inside Windows (not WSL) instead (not recommended).

Running Tests

Running npm run test requires an environment variable on WSL that points to CHROME_BIN. You can set that via this command (this is the default Chrome install directory, might be somewhere else on your machine)

export CHROME_BIN="/mnt/c/Program Files/Google/Chrome/Application/chrome.exe"
npm run test

Tests in packages/model-viewer and packages/model-viewer-effects should now run properly; fidelity tests might still fail (see errors and potential workarounds below).

Error: /bin/bash^M: bad interpreter: No such file or directory

Symptom Running a .sh script, for example fetch-khronos-gltf-samples.sh, throws an error message /bin/bash^M: bad interpreter: No such file or directory

Alternative error:

! was unexpected at this time.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google/model-viewer@1.10.1 prepare: `if [ ! -L './shared-assets' ]; then ln -s ../shared-assets ./shared-assets; fi && ../shared-assets/scripts/fetch-khronos-gltf-samples.sh`

Solution This is caused by incorrect line endings in some of the .sh files due to git changing these on checkout on Windows (not inside WSL). It's recommended to clone the model-viewer repository from a WSL session.

As a workaround, you can re-write line endings using the following command:

sed -i -e 's/\r$//' ../shared-assets/scripts/fetch-khronos-gltf-samples.sh

Error: ERROR:browser_main_loop.cc(1409)] Unable to open X display.

Symptom When trying to npm run test, errors are logged similar to:

❌Fail to analyze scenario :khronos-IridescentDishWithOlives! Error message: ❌ Failed to capture model-viewer's screenshot
[836:836:0301/095227.204808:ERROR:browser_main_loop.cc(1409)] Unable to open X display.

Pupeteer tests need a display output; this means GUI support for WSL is required which seems to only be (easily) available on Windows 11, not Windows 10.
https://docs.microsoft.com/de-de/windows/wsl/tutorials/gui-apps#install-support-for-linux-gui-apps

So, the workaround seems to be running Windows 11 (but not tested yet).

Error: ERROR: Task not found: "'watch:tsc"

Symptom Running npm run dev in packages/model-viewer on Windows throws error ERROR: Task not found: "'watch:tsc".

Solution (if you have one please make a PR!)

Related repositories
openscad/openscad

OpenSCAD - The Programmers Solid 3D CAD Modeller

C++Other3d-modelsdxf-files
openscad.org
9.8k1.6k
agmmnn/awesome-blender

🪐 A curated list of awesome Blender addons, tools, tutorials; and 3D resources for everyone.

Creative Commons Zero v1.0 Universalblenderawesome
awesome-blender.netlify.app
7.1k416
cnr-isti-vclab/meshlab

The open source mesh processing system

C++GNU General Public License v3.03dmesh
meshlab.net
5.8k905
gumyr/build123d

A python CAD programming library

PythonPyPIApache License 2.03dbrep
2.7k244
CesiumGS/3d-tiles

Specification for streaming massive heterogeneous 3D geospatial datasets :earth_americas:

Batchfile3d-tilesgltf
2.5k489
issus/altium-library

Open source Altium Database Library with over 200,000 high quality components and full 3d models.

3d-modelsaltium
altiumlibrary.com
2.4k1k
retroplasma/earth-reverse-engineering

Reversing Google's 3D satellite mode

Cgoogle-earthreverse-engineering
2.3k229
fogleman/sdf

Simple SDF mesh generation in Python

PythonPyPIMIT Licensesigned-distance-functionssdf
2k169
xibyte/jsketcher

Parametric 2D and 3D modeler written in pure javascript

JavaScriptnpmOthercadsketches
web-cad.org
1.7k312
the3deer/android-3D-model-viewer

Android OpenGL 2.x/3.x application to view 3D models. Published on Play Store

JavaMavenMIT License3d-modelsandroid
the3deer.org/android-model-viewer.html
1.5k394
lume/lume

GPU-powered 3D HTML. ✨🧊 <lume-box size="1 2 3">

TypeScriptnpmMIT Licensejavascriptgraphics
lume.io
1.5k64
daavoo/pyntcloud

pyntcloud is a Python library for working with 3D point clouds.

PythonPyPIMIT Licensepoint-cloudspython
pyntcloud.readthedocs.io
1.5k231