Giter Club home page Giter Club logo

model-viewer's Introduction

The <model-viewer> project

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

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

๐Ÿ“ฆ 3DOM โ€ข A generic scene graph API that enables potentially untrusted scripts to operate on 3D models

Installing <model-viewer>

The <model-viewer> web component can be installed from NPM:

npm install @google/model-viewer

It can also be used from various free CDNs such as unpkg.com:

<script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.js"></script>
<script nomodule src="https://unpkg.com/@google/model-viewer/dist/model-viewer-legacy.js"></script>

For more detailed usage documentation and live examples, please visit our docs at modelviewer.dev!

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

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!

model-viewer's People

Contributors

bialpio avatar bstst avatar cdata avatar chrisdubya avatar cnishina avatar cwervo avatar dependabot[bot] avatar elalish avatar eugenecys avatar frazer avatar fredkschott avatar gravityrail avatar johnpallett avatar jpmedley avatar jsantell avatar klausw avatar mikkoh avatar mkeblx avatar mrdoob avatar pushmatrix avatar smalls avatar sorskoot avatar takahirox avatar theprojectsomething avatar yiyix avatar yuinchien avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.