Giter Site home page Giter Site logo

multisurfaceredux's Introduction

Multi-Root Sample

This example demonstrates how to share data between multiple surfaces and 3D roots to create a complex application. This particular demo reads the Google Poly (https://poly.google.com/) API, fetching the top five curated posts so that the user can browse them in VR.

About the sample

The sample shows how to create an application that includes multiple surfaces. In this case, there are two Flat Surfaces, and a 3D mount point for the rendered model. Data is synchronized between all of these with a global store, similar to Redux. For the sake of simplifying this demo, we implement our own Redux-like store, but you can import your own favorite data management library into your own apps.

When the app loads, it goes out to Google Poly and fetches the required data on the top 5 curated posts. It uses their metadata to render a list that the user can browse, selecting individual posts to view them. When a post is selected, its metadata is displayed on the right panel, and the model itself is rendered in 3D space.

Running the demo

To use this demo, you'll need your own API Key for Google Poly. Follow this guide to acquire one. Once you have your key, you can add it to the Store.initialize() call in index.js. Run your app's server with npm start, and load http://localhost:8081/ to view it!

multisurfaceredux's People

Contributors

aloktakshak avatar

Watchers

 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.