Skip to content

JayneYan98/sdk.examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Altizure Javascript SDK is a web-based 3D graphics engine. You can use it to integrate your interactive 3D contents from Altizure to your business application.

Please check altizure.github.io/dev-docs-site for more details.

What is this repository for?

Examples for Altizure SDK. Check this page for a list of examples altizure.github.io/sdk.examples/examples.sdk.html

How do I get set up?

  1. git clone
      git clone https://github.com/altizure/sdk.examples.git
  2. setup a server
    python -m SimpleHTTPServer 8000
  3. visit through browser http://127.0.0.1:8000/examples.sdk.html

How do I start to use?

In the example html file (e.g. ./1-1-altizure-earth/index.html), replace the key in

  let options = {
    altizureApi:{
      // Altizure sdk demo key. Replace it with your own key.
      key: '7MkQf8UggsPaadvrlKALspJWZejZAJOLHn3cnIy'
    }
  }

with your own key

What are the available versions?

Three versions are provided:

Bug report and Questions

Please write on issue page or send emails to Altizure team.

Changelog

About

sdk examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 79.2%
  • CSS 20.8%