GithubHelp home page GithubHelp logo

codedbystuart / matterport-sdk-samples Goto Github PK

View Code? Open in Web Editor NEW

This project forked from matterport/sdk-package-examples

0.0 0.0 0.0 56 KB

License: MIT License

JavaScript 14.66% CoffeeScript 2.42% TypeScript 19.44% CSS 22.93% HTML 18.35% Vue 17.59% Svelte 4.62%

matterport-sdk-samples's Introduction

Matterport SDK NPM Starter Packages

This repository contains example code showing how to utilize the NPM package to access the Matterport SDK from different frameworks.

Usage

  1. Install with yarn or npm install. (Note: npm v7 and later may require --legacy-peer-deps)
  2. Run yarn dev or npm run dev to see the default example in React.

You can also run any of the following commands to see the respective frameworks in action. Make sure to replace the YOUR_SDK_KEY placeholder in the relevant package with your SDK key (how to obtain an SDK key):

# Brunch commonjs
yarn workspace brunch-coffee dev
npm -w brunch-coffee run dev

# React
yarn workspace react dev
npm -w react run dev

# Svelte
yarn workspace svelte dev
npm -w svelte run dev

# Vanilla JS (no framework)
yarn workspace vanilla dev
npm -w vanilla run dev

# Vue 2
yarn workspace vue2 dev
npm -w vue2 run dev

# Vue 3
yarn workspace vue3 dev
npm -w vue3 run dev

Using the Scaffolds

These starters are meant to work outside of this monorepo as well. Simply copy the folder containing the code you wish to start from, and you should be able to do yarn install or npm install and then yarn dev or npm run dev to start developing!

License

The example code in this repository is released under the MIT license. For the license for the Showcase SDK itself, please see these terms.

matterport-sdk-samples's People

Contributors

smoolin avatar haeric 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.