Skip to content
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Please run this application in Chrome or Firefox
2 changes: 0 additions & 2 deletions bowie/assets/engine.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 17 additions & 2 deletions bowie/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@
position: absolute;
}

img {
-webkit-user-drag: none;
user-drag: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

#center {
bottom: 0px;
position: absolute;
Expand Down Expand Up @@ -170,6 +179,12 @@
});
</script>

<script>
document.querySelectorAll('img').forEach((img) => {
img.addEventListener('dragstart', (e) => e.preventDefault());
});
</script>

<body bg-color="black">

<div class="se-pre-con"></div>
Expand All @@ -188,7 +203,7 @@
</div>

<div class="overlay">
<div class="text"><span style="color: white;">Zoroaster Superstar:</span> <span><a href="../bowie/">David Bowie</a></span> <span style="color: white;">(Ziggy Stardust) </span><span><a href="../mercury/">Freddie Mercury</a></span> <span style="color: white;">(Queen) </span><span><a href="../casanova/">Casanova</a></span> <span style="color: white;">(Fellini + Rota)</span></div>
<div class="text"><span><a href="../bowie/">David Bowie</a></span> <span style="color: white;">(Ziggy Stardust) </span><span><a href="../mercury/">Freddie Mercury</a></span> <span style="color: white;">(Queen) </span><span><a href="../casanova/">Casanova</a></span> <span style="color: white;">(Fellini + Rota)</span></div>
</div>

<a-scene loading-screen="dotsColor: cyan; backgroundColor: black" vr-mode-ui="enabled: false" device-orientation-permission-ui="enabled: true" antialias="true" cursor="rayOrigin: mouse">
Expand Down Expand Up @@ -815,4 +830,4 @@


</body>
</html>
</html>
2 changes: 0 additions & 2 deletions casanova/assets/engine.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion casanova/gamepad.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,18 @@

}

@media only screen and (max-width: 1800px) {

.text {
font-size:normal;
}

.gondola {
width:60%
}

}

.no-js #loader { display: none; }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
Expand Down Expand Up @@ -363,4 +375,4 @@


</body>
</html>
</html>
31 changes: 29 additions & 2 deletions casanova/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@
height:100px;
}

img {
-webkit-user-drag: none;
user-drag: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

#center {
bottom: 0px;
position: absolute;
Expand Down Expand Up @@ -121,6 +130,18 @@

}

@media only screen and (max-width: 1800px) {

.text {
font-size:normal;
}

.gondola {
width:60%
}

}

.no-js #loader { display: none; }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
Expand All @@ -144,6 +165,12 @@
});
</script>

<script>
document.querySelectorAll('img').forEach((img) => {
img.addEventListener('dragstart', (e) => e.preventDefault());
});
</script>

<body bg-color="black">

<div class="se-pre-con"></div>
Expand All @@ -155,7 +182,7 @@
</div>

<div class="overlay">
<div class="text"><span style="color: white;">Zoroaster Superstar:</span> <span><a href="../bowie/">David Bowie</a></span> <span style="color: white;">(Ziggy Stardust) </span><span><a href="../mercury/">Freddie Mercury</a></span> <span style="color: white;">(Queen) </span><span><a href="../casanova/">Casanova</a></span> <span style="color: white;">(Fellini + Rota)</span></div>
<div class="text"><span><a href="../bowie/">David Bowie</a></span> <span style="color: white;">(Ziggy Stardust) </span><span><a href="../mercury/">Freddie Mercury</a></span> <span style="color: white;">(Queen) </span><span><a href="../casanova/">Casanova</a></span> <span style="color: white;">(Fellini + Rota)</span></div>
</div>

<a-scene loading-screen="dotsColor: cyan; backgroundColor: black" vr-mode-ui="enabled: false" device-orientation-permission-ui="enabled: true" antialias="true" cursor="rayOrigin: mouse">
Expand Down Expand Up @@ -362,4 +389,4 @@


</body>
</html>
</html>
2 changes: 1 addition & 1 deletion gamepad/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<div class="text">
<img src="../bowie/images/clavisartis.png" height="300px" />
<h1 style="color: white;">ZOROASTER SUPERSTAR<br><i>In Zarathustra we trust</i></h1>
<h1 style="color: white;">ZOROASTER SUPERSTAR<br><i>In Zarathustra We Trust</i></h1>
<h2><a href="../bowie/gamepad.html">David Bowie</a> <span style="color: white;">(Ziggy Stardust)</span></h2>
<h2><a href="../mercury/gamepad.html">Freddie Mercury</a> <span style="color: white;">(Queen)</span></h2>
<h2><a href="../casanova/gamepad.html">Casanova</a> <span style="color: white;">(Fellini + Rota)</span></h2>
Expand Down
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,14 @@

<div class="text">
<img src="./bowie/images/clavisartis.png" height="300px" alt="Zoroaster Superstar" />
<h1 style="color: white;">ZOROASTER SUPERSTAR<br><i>In Zarathustra we trust</i></h1>
<h1 style="color: white;">ZOROASTER SUPERSTAR<br><i>In Zarathustra We Trust</i></h1>
<h2><a href="./bowie/">David Bowie</a> <span style="color: white;">(Ziggy Stardust)</span></h2>
<h2><a href="./mercury/">Freddie Mercury</a> <span style="color: white;">(Queen)</span></h2>
<h2><a href="./casanova/">Casanova</a> <span style="color: white;">(Fellini + Rota)</span></h2>

<span>__________________________________________</span><br>
<h2><a href="https://artoldo.github.io/images/Artoldo_2024_Zoroaster-Superstar.pdf" target="_blank">Academic paper</a> <span style="color: white;">(CINI foundation)</span></h2>

<br>
<marquee behavior="alternate" direction="left" scrollamount="2" behavior="scroll"><p class="text">&nbsp; &nbsp; &nbsp; Virtual Reality installation about Zoroaster: Friedrich Nietzsche, David Bowie (Ziggy Stardust), Freddie Mercury (Queen) and Il Casanova di Federico Fellini feat. Nino Rota. Next comes Mercury, then the Moon, then Jupiter, and then the Sun. It is, you see, the magic cycle of Zoroaster, in which Saturn and Mars are omitted. Soma Mazdaism Magism Parseeism Fire-Worship Zoroastrianism 13 Zoroasters Zerdust o Zerrdast o Zaradast o Zarathrust Zoroaster Zerdust Zerrdast Zaradast Zarathrust Stardust Zoroaster Superstar Stardust Zarathrust &nbsp; &nbsp; &nbsp;</p></marquee>

Expand Down
2 changes: 0 additions & 2 deletions mercury/assets/engine.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 17 additions & 2 deletions mercury/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@
height:100px;
}

img {
-webkit-user-drag: none;
user-drag: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

#center {
bottom: 0px;
position: absolute;
Expand Down Expand Up @@ -144,6 +153,12 @@
});
</script>

<script>
document.querySelectorAll('img').forEach((img) => {
img.addEventListener('dragstart', (e) => e.preventDefault());
});
</script>

<body bg-color="black">

<div class="se-pre-con"></div>
Expand All @@ -155,7 +170,7 @@
</div>

<div class="overlay">
<div class="text"><span style="color: white;">Zoroaster Superstar:</span> <span><a href="../bowie/">David Bowie</a></span> <span style="color: white;">(Ziggy Stardust) </span><span><a href="../mercury/">Freddie Mercury</a></span> <span style="color: white;">(Queen) </span><span><a href="../casanova/">Casanova</a></span> <span style="color: white;">(Fellini + Rota)</span></div>
<div class="text"><span><a href="../bowie/">David Bowie</a></span> <span style="color: white;">(Ziggy Stardust) </span><span><a href="../mercury/">Freddie Mercury</a></span> <span style="color: white;">(Queen) </span><span><a href="../casanova/">Casanova</a></span> <span style="color: white;">(Fellini + Rota)</span></div>
</div>

<a-scene rain="width: 100; count: 10000;" loading-screen="dotsColor: cyan; backgroundColor: black" vr-mode-ui="enabled: false" device-orientation-permission-ui="enabled: true" antialias="true" cursor="rayOrigin: mouse">
Expand Down Expand Up @@ -766,4 +781,4 @@


</body>
</html>
</html>