Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
Bump release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brianpeiris committed Feb 4, 2016
1 parent c7fbbd8 commit 6e6fcfc
Show file tree
Hide file tree
Showing 8 changed files with 7,849 additions and 434 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# AltspaceVR SDK

**Latest Version: v0.3.1 -- [See Changes](https://github.com/AltspaceVR/AltspaceSDK/releases/tag/v0.3.1)**
# AltspaceVR SDK

The AltspaceVR SDK can be used together with [three.js] to create holographic, multi-user web apps for virtual reality. When running inside [AltspaceVR](http://altvr.com/) they can be experienced with consumer VR hardware including the Oculus Rift DK2.

**Latest Version: v0.4.0 -- [See Changes](https://github.com/AltspaceVR/AltspaceSDK/releases/tag/v0.4.0)**

<!-- THIS FILE IS GENERATED FROM README.md.template. EDIT THAT INSTEAD -->

[Three.js](http://threejs.org/) is an open-source, render-agnostic 3D engine written in Javascript. It is used to construct much of the 3D graphics you see on the web, and can be used to create entire applications, or enhance existing webpages with 3D content.

## Resources
Expand All @@ -24,13 +26,13 @@ Many APIs are present in the client without loading `altspace.js`, but please st

**The version baked into the altspace.js script you include will determine which version of the entire SDK that the client will provide your app.** This means that if we make any breaking internal changes to things like rendering or cursor events, and you are using an older version of `altspace.js` we will try to return legacy behavior appropriate to your version of `altspace.js`. Versioning will follow [SEMVER](http://semver.org/) as closely as possible. Details for each version can be found in the [Release Notes](https://github.com/AltspaceVR/AltspaceSDK/releases).

To always use the latest version, simply add this script tag to your project:
Include the latest version of altspace in your app with:

`<script src="http://sdk.altvr.com/libs/altspace.js/latest/altspace.min.js"></script>`
`<script src="http://sdk.altvr.com/libs/altspace.js/0.4.0/altspace.min.js"></script>`

or to include a specific version add:
If you use npm, you can install altspace.js with:

`<script src="http://sdk.altvr.com/libs/altspace.js/0.3.1/altspace.min.js"></script>`
`npm install altspace`

## API Overview

Expand Down
7,608 changes: 7,608 additions & 0 deletions dist/altspace.js

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions dist/altspace.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/maps/altspace.min.js.map

Large diffs are not rendered by default.

228 changes: 0 additions & 228 deletions doc/Elemental.html

This file was deleted.

13 changes: 7 additions & 6 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,21 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-al


<section class="readme">
<article><h1 id="altspacevr-sdk">AltspaceVR SDK</h1>
<p><strong>Latest version: v0.3.1 -- <a href="https://github.com/AltspaceVR/AltspaceSDK/releases/tag/v0.3.1">See Changes</a></strong> </p>
<article><h1 id="altspacevr-sdk">AltspaceVR SDK</h1>
<p>The AltspaceVR SDK can be used together with <a href="http://threejs.org/">three.js</a> to create holographic, multi-user web apps for virtual reality. When running inside <a href="http://altvr.com/">AltspaceVR</a> they can be experienced with consumer VR hardware including the Oculus Rift DK2. </p>
<p><strong>Latest Version: v0.4.0 -- <a href="https://github.com/AltspaceVR/AltspaceSDK/releases/tag/v0.4.0">See Changes</a></strong> </p>
<!-- THIS FILE IS GENERATED FROM README.md.template. EDIT THAT INSTEAD -->
<p><a href="http://threejs.org/">Three.js</a> is an open-source, render-agnostic 3D engine written in Javascript. It is used to construct much of the 3D graphics you see on the web, and can be used to create entire applications, or enhance existing webpages with 3D content.</p>
<h2 id="resources">Resources</h2>
<p><strong><a href="https://developer.altvr.com/get-started/">Getting Started</a> - If you&#39;re new to the SDK, start here!</strong><br><strong><a href="http://altspacevr.github.io/AltspaceSDK/doc/">API Reference</a> - Reference for built in API functions, utilities, and more</strong><br><strong><a href="http://developer.altvr.com">Developer Portal</a> - Tutorials, projects, initiative program, and app submission</strong><br><strong><a href="http://answers.altvr.com">Developer Answers</a> - Questions and answers about the SDK</strong><br><strong><a href="http://codepen.io/team/altspacevr/public/">CodePen</a> - Examples that can be edited live in AltspaceVR</strong><br><strong><a href="https://altspacevrsdk.slack.com">Slack</a> - Chat with other members of the community and AltspaceVR devs. <a href="http://altspacevr-slackin.herokuapp.com">Register for Slack</a></strong> </p>
<h2 id="altspace-js">altspace.js</h2>
<p><code>altspace.js</code> should be included whenever you use the SDK. It contains core utilities and apis, and is useful both inside and outside of the client. </p>
<p>Many APIs are present in the client without loading <code>altspace.js</code>, but please still include it, as this may change in the future. </p>
<p><strong>The version baked into the altspace.js script you include will determine which version of the entire SDK that the client will provide your app.</strong> This means that if we make any breaking internal changes to things like rendering or cursor events, and you are using an older version of <code>altspace.js</code> we will try to return legacy behavior appropriate to your version of <code>altspace.js</code>. Versioning will follow <a href="http://semver.org/">SEMVER</a> as closely as possible. Details for each version can be found in the <a href="https://github.com/AltspaceVR/AltspaceSDK/releases">Release Notes</a>.</p>
<p>To always use the latest version, simply add this script tag to your project:</p>
<p><code>&lt;script src=&quot;http://sdk.altvr.com/libs/altspace.js/latest/altspace.min.js&quot;&gt;&lt;/script&gt;</code></p>
<p>or to include a specific version add:</p>
<p><code>&lt;script src=&quot;http://sdk.altvr.com/libs/altspace.js/0.3.1/altspace.min.js&quot;&gt;&lt;/script&gt;</code></p>
<p>Include the latest version of altspace in your app with:</p>
<p><code>&lt;script src=&quot;http://sdk.altvr.com/libs/altspace.js/0.4.0/altspace.min.js&quot;&gt;&lt;/script&gt;</code></p>
<p>If you use npm, you can install altspace.js with:</p>
<p><code>npm install altspace</code></p>
<h2 id="api-overview">API Overview</h2>
<p><strong>See the <a href="http://altspacevr.github.io/AltspaceSDK/doc">API Reference</a> for full details and a complete list of APIs and utilities.</strong> </p>
<blockquote>
Expand Down
Loading

0 comments on commit 6e6fcfc

Please sign in to comment.