3d-interface/controllers/prototype/views/index.jade

18 lines
521 B
Plaintext
Raw Normal View History

2015-05-05 16:30:51 +02:00
extends ../../../views/main
block title
title #{title} - Prototype
block content
h2 Index
2015-05-29 14:20:36 +02:00
p The tutorial is available <a href="#{urls.tutorial}">here</a>.
2015-05-20 11:17:14 +02:00
p There are three prototypes here :
2015-05-05 16:30:51 +02:00
ul
li
2015-05-12 11:28:52 +02:00
a(href="arrows/") Arrows
2015-05-05 16:30:51 +02:00
li
2015-05-12 11:28:52 +02:00
a(href="reverse/") Reversed arrows looking like funnel
li
a(href="viewports/") Viewports
p You can also watch replays of previous experiences <a href="#{urls.replayIndex}">here</a>.