83 lines
3.0 KiB
HTML
83 lines
3.0 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Planetary.js: Awesome interactive globes for the web</title>
|
|
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Open+Sans:300italic,400,300,700' rel='stylesheet' type='text/css'>
|
|
<link type="text/css" rel="stylesheet" href="/semantic/css/semantic.min.css">
|
|
<link type="text/css" rel="stylesheet" href="/css/planetaryjs.css">
|
|
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
|
|
|
|
<link href="/css/prism.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div class='ui fixed inverted large menu main-menu'>
|
|
<div class='items'>
|
|
<a class='item title' href='/'>
|
|
<i class='globe icon'></i>Planetary.js
|
|
</a>
|
|
<span class='spacer hide-on-mobile'></span>
|
|
<a class='item minor' href='https://github.com/BinaryMuse/planetary.js/releases'>
|
|
<i class='download icon'></i><span class='hide-on-mobile'>Download</span>
|
|
</a>
|
|
<a class='item minor active' href='/examples/'>
|
|
<i class='laptop icon'></i><span class='hide-on-mobile'>Examples</span>
|
|
</a>
|
|
<a class='item minor ' href='/documentation/'>
|
|
<i class='book icon'></i><span class='hide-on-mobile'>Documentation</span>
|
|
</a>
|
|
<a class='item minor' href='https://github.com/BinaryMuse/planetary.js'>
|
|
<i class='github alternate icon'></i><span class='hide-on-mobile'>Fork on GitHub</span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class='content container'>
|
|
<div class='page ui slim stackable grid'>
|
|
<div class='sixteen wide column'>
|
|
<h1>Examples</h1>
|
|
|
|
<p>Sometimes you just need to see some code to get an idea started; here are a few examples of what you can build with Planetary.js.</p>
|
|
|
|
<div class='ui three connected items examples'>
|
|
<div class='row'>
|
|
<a class='item' href='/examples/basic.html'>
|
|
<div class='content'>
|
|
<div class='name'>Basic Globe</div>
|
|
<p class='description'>It doesn't get any simpler than this:
|
|
just a static globe using built-in plugins and nothing
|
|
up our sleeves!</p>
|
|
</div>
|
|
</a>
|
|
|
|
<a class='item' href='/examples/rotating.html'>
|
|
<div class='content'>
|
|
<div class='name'>Rotating Globe</div>
|
|
<p class='description'>If there's one thing that's better than
|
|
a globe, it's a globe that rotates. This is the demo from the
|
|
homepage of Planetaryjs.com, and so includes a custom
|
|
auto-rotation plugin and zoom/drag integration.</p>
|
|
</div>
|
|
</a>
|
|
|
|
<a class='item' href='/examples/quake.html'>
|
|
<div class='content'>
|
|
<div class='name'>Earthquake Data</div>
|
|
<p class='description'>A visualization of 2013 seismic activity.
|
|
This demo shows the use of multiple custom plugins, D3
|
|
scales, fetching third party data, and DOM updates via D3.</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script type='text/javascript' src='/js/prism.js'></script>
|
|
</body>
|
|
</html>
|