You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
2.7 KiB
44 lines
2.7 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Emancipate XR</title>
|
|
<link rel="stylesheet" href="./css/style.css" />
|
|
</head>
|
|
<body>
|
|
<div id="blocker">
|
|
<div id="title">
|
|
Emancipating XR
|
|
</div>
|
|
<div id="instructions">
|
|
Loading...
|
|
</div>
|
|
<div id="other">
|
|
<div id="about">about</div>
|
|
<div>|</div>
|
|
<div id="controls">controls</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="about-modal" class="modal">
|
|
<h2 id="about-title">About Emancipate XR</h2>
|
|
<p>Emancipating XR (Extended Reality) is an speculative media archaeology project which aims to capture the possibilities and difficulties for Virtual Reality practitioners seeking to work with Open-Source technologies.</p>
|
|
<p>The project is led by Aiden Brady and Cailean Finn and has been funded by Immersive Arts UK's 'Experiment' strand.</p>
|
|
<p>Tied-in with this project is Aiden Brady's VR project "A Town Unravelled" which initially sought to creatively appropriate a VR headset for artistic purposes and use the accessible system information to impact a VR installation artwork. This artwork was presented in grassroots and alternative contexts, outside of traditional arts infrastructures, in Newry City, Northern Ireland.</p>
|
|
<p>After embarking on this project, it became clear that developing a coherent artwork for display in a non-gallery context and successfully developing open source methods to do so, would be a mammoth task. So, the project has been segmented for now and this website reflects partially on the individual artistic process for "A Town Unravelled" but to a much greater extent, begins to develop a non-linear research map of the type of methods being developed by open-source curious XR practitioners.</p>
|
|
<p>Throughout the site, there are references to the vast amount of material online in this area which was clearly once available but has since been deleted, or now leads to a dead link. One could only speculate why discussions of this nature are no longer available.</p>
|
|
</div>
|
|
|
|
<div id="controls-modal" class="modal">
|
|
<h2 id="controls-title">Controls</h2>
|
|
<p><u>VR Controls</u></p>
|
|
<p>Left Trigger: TP | Left Joystick: Adjust TP Length</p>
|
|
<p>Right Trigger: Interact with Items | Right Grip: Squeeze to Spray Paint | Right Joystick: Scroll Up/Down on Text elements</p>
|
|
<p>You can shake your Spray Can for a new Colour!</p>
|
|
<p><u>Keyboard Controls</u></p>
|
|
<p>WASD & F to Interact!</p>
|
|
<script type="module" src="./js/main.js"></script>
|
|
<script type="module" src="./js/titleAnimation.js"></script>
|
|
<script type="module" src="./js/ui.js"></script>
|
|
</body>
|
|
</html>
|