Skip to content

Commit

Permalink
merge and squash dev into master
Browse files Browse the repository at this point in the history
  • Loading branch information
willpatera committed May 18, 2017
2 parents 802d167 + ff25a1c commit e638b9c
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 1 deletion.
22 changes: 22 additions & 0 deletions contents/articles/2017-05_cognitive-vr/index.md
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 contents/articles/2017-05_pupil-v0910-release-notes/index.md
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>
2 changes: 1 addition & 1 deletion contents/media

0 comments on commit e638b9c

Please sign in to comment.