Skip to content

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

License

Notifications You must be signed in to change notification settings

maorp/model-viewer

This branch is 592 commits behind google/model-viewer:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e64d535 Β· Dec 29, 2020
Nov 6, 2020
Dec 29, 2020
Jun 18, 2020
May 18, 2020
Jul 10, 2020
Sep 15, 2020
Jan 17, 2020
Jan 17, 2020
Jun 11, 2020
Jun 2, 2020
Nov 6, 2020
Jan 17, 2020
Sep 30, 2020
Dec 1, 2020

Repository files navigation

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)

🌐 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

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 [email protected]:google/model-viewer.git
cd model-viewer
npm install
npm run bootstrap

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 run bootstrap Bootstraps the project for development and cross-links sub-projects
npm run build Runs the build step for all sub-projects
npm run build:legacy-support Builds JS bundles that have IE11 support
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!

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 81.9%
  • HTML 13.7%
  • JavaScript 1.8%
  • Shell 1.4%
  • CSS 1.2%