-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated commit at 2018-04-20 11:45:12 UTC by middleman-deploy 1.0.0
- Loading branch information
0 parents
commit 85d5915
Showing
87 changed files
with
36,671 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,304 @@ | ||
<!DOCTYPE html> | ||
<html lang='en'> | ||
<head> | ||
<meta charset='utf-8'> | ||
<meta content='IE=edge' http-equiv='X-UA-Compatible'> | ||
<meta content='width=device-width, initial-scale=1' name='viewport'> | ||
<title> | ||
OSVR Developer Portal | ||
| | ||
Build with OSVR | ||
</title> | ||
<!-- all styles, including google web fonts --> | ||
<link href="../stylesheets/styles.css" rel="stylesheet" type="text/css" /> | ||
<script> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | ||
|
||
ga('create', 'UA-60529815-1', 'auto'); | ||
ga('send', 'pageview'); | ||
|
||
</script> | ||
|
||
</head> | ||
<body> | ||
<div class='container'> | ||
<!-- static navbar --> | ||
<nav class='navbar navbar-default'> | ||
<div class='container-fluid'> | ||
<div class='navbar-header'> | ||
<button aria-controls='navbar' aria-expanded='false' class='navbar-toggle collapsed' data-target='#navbar' data-toggle='collapse' type='button'> | ||
<span class='sr-only'>Toggle navigation</span> | ||
<!-- Pretty sure this part makes the "hamburger menu" --> | ||
<span class='icon-bar'></span> | ||
<span class='icon-bar'></span> | ||
<span class='icon-bar'></span> | ||
</button> | ||
<a class='navbar-brand' href='/'> | ||
<img src="../images/osvr-logo-menu.png" alt="Osvr logo menu" /> | ||
Developer Portal | ||
</a> | ||
</div> | ||
<div class='navbar-collapse collapse' id='navbar'> | ||
<ul class='nav navbar-nav navbar-right'> | ||
<li class='dropdown'> | ||
<a aria-expanded='false' class='dropdown-toggle' data-toggle='dropdown' href='#' role='button'> | ||
Other OSVR Sites | ||
<span class='caret'></span> | ||
</a> | ||
<ul class='dropdown-menu' role='menu'> | ||
<li> | ||
<!-- the query string excludes forks from this list, making it cleaner --> | ||
<a href='https://github.com/OSVR?query=only%3Asources'> | ||
GitHub Organization and OSVR Projects | ||
</a> | ||
</li> | ||
<li> | ||
<a href='https://waffle.io/osvr/osvr-core'> | ||
OSVR issue tracker summary board on waffle.io | ||
</a> | ||
</li> | ||
<li> | ||
<a href='http://www.osvr.org/blog/'> | ||
Dev Blog | ||
</a> | ||
</li> | ||
<li> | ||
<a href='http://support.osvr.com'> | ||
Support Portal | ||
</a> | ||
</li> | ||
<li class='divider'></li> | ||
<li> | ||
<a href='http://www.osvr.org'> | ||
OSVR Home | ||
</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
<!-- google custom search --> | ||
<script> | ||
(function() { | ||
var cx = '016285390483464504735:ifzwvrb3lp4'; | ||
var gcse = document.createElement('script'); | ||
gcse.type = 'text/javascript'; | ||
gcse.async = true; | ||
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + | ||
'//cse.google.com/cse.js?cx=' + cx; | ||
var s = document.getElementsByTagName('script')[0]; | ||
s.parentNode.insertBefore(gcse, s); | ||
})(); | ||
</script> | ||
<!--<gcse:search></gcse:search>--> | ||
|
||
<div class='navbar-nav navbar-right gcse-osvrnavbar'> | ||
<gcse:search></gcse:search> | ||
</div> | ||
</div> | ||
</div> | ||
</nav> | ||
<div class='container-fluid' id='page-content'> | ||
<h1>Building with OSVR</h1> | ||
<ul> | ||
<li> | ||
<a href="#new-documentation-github-repository">NEW documentation github repository</a> | ||
</li> | ||
<li> | ||
<a href="#building-an-app-with-unity">Building an App with Unity</a> | ||
</li> | ||
<li> | ||
<a href="#building-an-app-with-unreal">Building an App with Unreal</a> | ||
</li> | ||
<li> | ||
<a href="#building-an-app-or-engine-integration-with-c-or-c">Building an App (or engine integration) with C++ or C</a> | ||
</li> | ||
<li> | ||
<a href="#building-a-plugin">Building a Plugin</a> | ||
</li> | ||
</ul> | ||
|
||
<div class='well'> | ||
<p> | ||
If you haven't already, be sure to sign up for the Developer Newsletter, to learn when there are important changes that may affect you. | ||
</p> | ||
<div class='pull-right'> | ||
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#mailSignup"> | ||
Sign up for the Developer Newsletter | ||
</button> | ||
|
||
<div class="modal fade" id="mailSignup" tabindex="-1" role="dialog" aria-labelledby="mailSignupLabel" aria-hidden="true"> | ||
<div class="modal-dialog"> | ||
<div class="modal-content"> | ||
<div class="modal-header"> | ||
<button type="button" class="close" data-dismiss="modal"> | ||
<span aria-hidden="true">×</span> | ||
<span class="sr-only">Close</span> | ||
</button> | ||
|
||
<h4 class="modal-title" id="mailSignupLabel">Developer Newsletter Signup</h4> | ||
</div> | ||
|
||
<form role="form" method="post" action="https://oi.vresp.com?fid=ee64619d12"> | ||
<div class="modal-body"> | ||
<p class="help-block">All fields are required.</p> | ||
|
||
<div class="form-group"> | ||
<label for="first_name">First/given name</label> | ||
<input type="text" id="first_name" name="first_name" class="form-control" placeholder="Enter first name" required> | ||
</div> | ||
|
||
<div class="form-group"> | ||
<label for="last_name">Last/family name</label> | ||
<input type="text" id="last_name" name="last_name" class="form-control" placeholder="Enter last name" required> | ||
</div> | ||
|
||
<div class="form-group"> | ||
<label for="company_name">Company name</label> | ||
<input type="text" id="company_name" name="company_name" class="form-control" placeholder="Enter company name" required> | ||
</div> | ||
|
||
<div class="form-group"> | ||
<label for="email_address">Email address</label> | ||
<input type="email" id="email_address" name="email_address" class="form-control" placeholder="Enter email address" required> | ||
</div> | ||
</div> | ||
|
||
<div class="modal-footer"> | ||
<button type="submit" class="btn btn-primary">Join Developer Newsletter</button> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
<p> | ||
Thank you for participating! | ||
</p> | ||
</div> | ||
|
||
<h2 id="new-documentation-github-repository">NEW documentation github repository</h2> | ||
|
||
<ul> | ||
<li><a href="http://github.com/OSVR/OSVR-Docs/blob/master/README.md">Documentation repository</a></li> | ||
</ul> | ||
|
||
<h2 id="building-an-app-with-unity">Building an App with Unity</h2> | ||
|
||
<ul> | ||
<li><a href="https://github.com/OSVR/OSVR-Unity/blob/master/GettingStarted.md">Getting Started</a></li> | ||
<li><a href="http://access.osvr.com/binary/osvr-unity">Download Unity Snapshot Builds</a> or see the version on <a href="https://www.assetstore.unity3d.com/en/#!/content/36905">Unity Asset Store</a> - note that the asset store build lags behind the latest snapshot due to the manual submission and review process.</li> | ||
<li><a href="https://github.com/OSVR/OSVR-Unity/blob/master/OSVR-Unity/README.md#osvr-unity-readme">Docs</a> (A copy comes bundled with the snapshot download as well)</li> | ||
<li>Technical White Paper: <a href="http://access.osvr.com/binary/download/misc_assets/Migrating%20Unity%20applications%20from%20Oculus%20to%20OSVR%20Feb-25-15.pdf">Migrating Unity applications from Oculus to OSVR</a> (February 25, 2015)</li> | ||
<li>Introductory video: <a href="http://resource.osvr.com/videos/201505-unity-osvr-intro.mp4">OSVR and Unity walkthrough</a></li> | ||
<li>Plugin source, issue tracker: <a href="https://github.com/OSVR/OSVR-Unity">OSVR-Unity Repository</a></li> | ||
</ul> | ||
|
||
<h2 id="building-an-app-with-unreal">Building an App with Unreal</h2> | ||
|
||
<ul> | ||
<li>Introductory video: <a href="http://youtu.be/jLCkuJb--7w">Integrating OSVR into Unreal</a></li> | ||
<li>UE 4.10 - active development branch | ||
|
||
<ul> | ||
<li><a href="https://github.com/OSVR/OSVR-Unreal">OSVR-Unreal Repository - master branch</a></li> | ||
<li><a href="https://github.com/OSVR-Unreal/blob/master/Documentation.md">Docs</a></li> | ||
</ul></li> | ||
<li>UE 4.9 | ||
|
||
<ul> | ||
<li><a href="https://github.com/OSVR/OSVR-Unreal/tree/ue4_9">OSVR-Unreal Repository - ue4_9 branch</a></li> | ||
<li><a href="https://github.com/OSVR/OSVR-Unreal/blob/ue4_9/Documentation.md">Docs</a></li> | ||
</ul></li> | ||
<li>UE 4.8 | ||
|
||
<ul> | ||
<li><a href="https://github.com/OSVR/OSVR-Unreal/tree/ue4_8">OSVR-Unreal Repository - ue4_8 branch</a></li> | ||
<li><a href="https://github.com/OSVR/OSVR-Unreal/blob/ue4_8/Documentation.md">Docs</a></li> | ||
</ul></li> | ||
<li>UE 4.7 | ||
|
||
<ul> | ||
<li><a href="https://github.com/OSVR/OSVR-Unreal/tree/ue4_7">OSVR-Unreal Repository - ue4_7 branch</a></li> | ||
<li><a href="https://github.com/OSVR/OSVR-Unreal/blob/ue4_7/Documentation.md">Docs</a></li> | ||
</ul></li> | ||
<li>UE 4.6 | ||
|
||
<ul> | ||
<li><a href="https://github.com/OSVR/OSVR-Unreal/tree/ue4_6">OSVR-Unreal Repository - ue4_6 branch</a></li> | ||
<li><a href="https://github.com/OSVR/OSVR-Unreal/blob/ue4_6/Documentation.md">Docs</a></li> | ||
</ul></li> | ||
</ul> | ||
|
||
<h2 id="building-an-app-or-engine-integration-with-c-or-c">Building an App (or engine integration) with C++ or C</h2> | ||
|
||
<ul> | ||
<li><a href="http://access.osvr.com/binary/osvr-core">Download OSVR-Core Snapshot Builds</a></li> | ||
<li><a href="http://resource.osvr.com/docs/OSVR-Core/TopicWritingClientApplication.html">Docs</a> (link to topic in OSVR-Core Doxygen)</li> | ||
<li><a href="/presentations/20150809-Client-App-Design/">Presentation on OSVR Client App Design from August 2015</a></li> | ||
<li>Library source, issue tracker: <a href="https://github.com/OSVR/OSVR-Core">OSVR-Core Repository</a></li> | ||
</ul> | ||
|
||
<h2 id="building-a-plugin">Building a Plugin</h2> | ||
|
||
<ul> | ||
<li><a href="/presentations/20150809-Plugin-Design/">Presentation on OSVR Plugin Design from August 2015</a></li> | ||
<li><a href="http://access.osvr.com/binary/osvr-core">Download OSVR-Core Snapshot Builds</a></li> | ||
<li><a href="http://resource.osvr.com/docs/OSVR-Core/TopicWritingDevicePlugin.html">Docs</a> (link to topic in OSVR-Core Doxygen)</li> | ||
<li><a href="http://tools.getosvr.org/json-editor/">JSON descriptor editor</a> | ||
|
||
<ul> | ||
<li>Based on <a href="https://github.com/OSVR/OSVR-JSON-Schemas">OSVR-JSON-Schemas</a> repository</li> | ||
<li>Source: <a href="https://github.com/OSVR/OSVR-Device-Descriptor-Editor">OSVR-Device-Descriptor-Editor</a></li> | ||
</ul></li> | ||
<li>Library source, issue tracker: <a href="https://github.com/OSVR/OSVR-Core">OSVR-Core Repository</a></li> | ||
</ul> | ||
|
||
|
||
</div> | ||
|
||
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> | ||
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js'></script> | ||
<script src="../javascripts/all.js" type="text/javascript"></script> | ||
<hr> | ||
<div class='footer'> | ||
<div class='container'> | ||
<p>Copyright 2014–2016 OSVR contributors. See individual projects for applicable license notices.</p> | ||
<p> | ||
Please consider supporting the OSVR movement by | ||
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=X5L7QVZBPT2F6">donating to OSVR</a> | ||
. | ||
</p> | ||
|
||
<p class='text-muted'> | ||
<small> | ||
Source code (access requires authorization) at | ||
<a href='https://github.com/OSVR/OSVR.github.io'> | ||
https://github.com/OSVR/OSVR.github.io | ||
</a> | ||
<br> | ||
<!-- - This part commented out because it doesn't take into consideration data files. --> | ||
<!-- - Page last updated --> | ||
<!-- - = `git log -1 --format="%aD" -- /home/jenkins/workspace/OSVR-github-io/source/build-with/index.html.md.erb` --> | ||
Site generated/compiled | ||
Fri, 20 Apr 2018 11:45:02 +0000 | ||
from commit | ||
<a href='https://github.com/OSVR/OSVR.github.io/commit/d3f678a | ||
'> | ||
d3f678a | ||
|
||
</a> | ||
</small> | ||
</p> | ||
</div> | ||
</div> | ||
<!-- Start of OSVR Zendesk Widget script --> | ||
<script>/*<![CDATA[*/window.zEmbed||function(e,t){var n,o,d,i,s,a=[],r=document.createElement("iframe");window.zEmbed=function(){a.push(arguments)},window.zE=window.zE||window.zEmbed,r.src="javascript:false",r.title="",r.role="presentation",(r.frameElement||r).style.cssText="display: none",d=document.getElementsByTagName("script"),d=d[d.length-1],d.parentNode.insertBefore(r,d),i=r.contentWindow,s=i.document;try{o=s}catch(c){n=document.domain,r.src='javascript:var d=document.open();d.domain="'+n+'";void(0);',o=s}o.open()._l=function(){var o=this.createElement("script");n&&(this.domain=n),o.id="js-iframe-async",o.src=e,this.t=+new Date,this.zendeskHost=t,this.zEQueue=a,this.body.appendChild(o)},o.write('<body onload="document._l();">'),o.close()}("//assets.zendesk.com/embeddable_framework/main.js","osvr.zendesk.com");/*]]>*/</script> | ||
<!-- End of OSVR Zendesk Widget script --> | ||
|
||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.