-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
50 lines (45 loc) · 1.67 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
layout: splash
classes: wide
- landing
- dark-theme
author_profile: false
permalink: /
header:
overlay_color: "#696969"
actions:
- label: "Paper"
url: "https://elifesciences.org/articles/65541"
- label: "Get Started"
url: "https://bonvision.github.io/pages/001_info/"
- label: "YouTube Channel"
url: "https://www.youtube.com/channel/UCEg-3mfbvjIwbzDVvqYudAA"
- label: "Newsletter"
url: "https://groups.google.com/u/1/g/bonvision-news"
excerpt: >
An open-source software package to create and control visual environments.<br />
feature_row:
- image_path: assets/Images/Demos/DemoAR_v3.gif
alt: "Augmented Reality - subject interaction"
title: "Augmented Reality - subject interaction"
excerpt: "An example where we render a 3D object and a dynamic 2D stimulus simultaneously"
feature_row2:
- image_path: assets/Images/Demos/VR_trim2.gif
alt: "Virtual Reality Corridor"
title: "Virtual Reality Corridor"
excerpt: ""
feature_row3:
- image_path: assets/Images/Demos/2AFC.gif
alt: "2AFC"
title: "Human psychophysics - 2AFC"
excerpt: ""
feature_row4:
- image_path: assets/Images/DemoGIFs/basic.gif
alt: "placeholder image 1"
title: "Building a workflow"
excerpt: "Creating a stimulus is as simple as shown in this animation, where stimuli can be designed by using various nodes in the program. The details of how to build stimuli are described in the section 'Getting Started'."
---
{% include feature_row type="left" %}
{% include feature_row id="feature_row2" type="right" %}
{% include feature_row id="feature_row3" type="right" %}
{% include feature_row id="feature_row4" type="right" %}