forked from pupil-labs/pupil-labs-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
50 additions
and
1 deletion.
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,22 @@ | ||
--- | ||
title: Pupil Labs + cognitiveVR | ||
date: Thu May 18 2017 14:10:45 GMT+0200 (CEST) | ||
author: Pupil Dev Team | ||
subtitle: "Check out Pupil Labs HTC Vive Add-on used by cognitiveVR" | ||
featured_img: "../../../../media/images/blog/cognitive-vr.jpg" | ||
featured_img_thumb: "../../../../media/images/blog/thumb/cognitive-vr.jpg" | ||
--- | ||
|
||
We are excited to announce that cognitiveVR has released support for Pupil Labs eye tracking add-ons! | ||
|
||
[cognitiveVR](http://cognitivevr.co/) is a powerful analytics platform for virtual reality to give content creators the ability to make better VR. Helping companies extract value from VR experiences by providing the tools to record, measure and analyze. | ||
|
||
<div class="Feature-video-container-16by9"> | ||
<iframe class="Feature-video u-padTop--2" src="https://www.youtube.com/embed/YAFcQmbhMNk?rel=0" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> | ||
</div> | ||
|
||
<div class="small u-padBottom--2">Pupil Labs Vive Add-On with cognitiveVR</div> | ||
|
||
This cognitiveVR demo showcases [Pupil Labs HTC Vive Add-On](https://pupil-labs.com/store/#vr-ar) tracking gaze movement of a participant in a VR environment. The cognitiveVR team released a development kit for [Unity SDK](https://docs.cognitivevr.io/unity/get-started/) enabling you to easily integrate Pupil Labs eye tracking into your Unity scene. You can use the cognitiveVR Pupil SDK in parallel with Steam VR. | ||
|
||
For more information on how to use Pupil Labs eye tracking with cognitiveVR, head over to [cognitiveVR documentation](https://docs.cognitivevr.io/unity/hmd-specific-info/#pupil-labs-vive-add-on). |
27 changes: 27 additions & 0 deletions
27
contents/articles/2017-05_pupil-v0910-release-notes/index.md
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,27 @@ | ||
--- | ||
title: Pupil Capture, Player, and Service Release v0.9.10 | ||
date: Tue May 16 2017 17:34:00 GMT+0700 (ICT) | ||
author: Pupil Dev Team | ||
subtitle: "We are pleased to announce the latest release of the Pupil Platform v0.9.10..." | ||
tag: {"caption":"v0.9.10","icon":"local_offer"} | ||
--- | ||
|
||
<script src="//cdn.rawgit.com/showdownjs/showdown/1.3.0/dist/showdown.min.js"></script> | ||
<script type="text/javascript"> | ||
document.addEventListener("DOMContentLoaded", function(event) { | ||
$(document).ready(function() { | ||
$.ajax({ | ||
type: 'GET', | ||
url: "https://api.github.com/repos/pupil-labs/pupil/releases/tag/v0.9.10", | ||
dataType: "jsonp", | ||
success: function(data, textStatus,jaXHR){ | ||
var converter = new showdown.Converter(); | ||
var text = data.data.body; | ||
var html = converter.makeHtml(text); | ||
html += '<a href="https://github.com/pupil-labs/pupil/releases/tag/v0.9.10">Download v0.9.10</a>' | ||
$('section[class~="content"]').html(html); | ||
} | ||
}); | ||
}); | ||
}); | ||
</script> |
Submodule media
updated
2 files
+ − | images/blog/cognitive-vr.jpg | |
+ − | images/blog/thumb/cognitive-vr.jpg |