-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9546856
commit 2706be8
Showing
18 changed files
with
15,058 additions
and
5,098 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
node_modules | ||
dist |
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1,minimal-ui,viewport-fit=cover"><meta name="google" content="notranslate"><meta name="description" content="An Mixed Reality studio seeking to create meaningful and exquisite experiences, hoping to push the boundaries of humanity one line of code at a time."><base href="/"><meta name="keywords" content="Mixed Reality,AR,Wanderer,Studio,Wanderer Studio, Swift, ARKit,ARKit Blog,VR,Virtual Reality"><link rel="canonical" href="https://wanderer.studio"><meta name="theme-color" content="#604D8D"><meta property="og:image" content="https://wanderer.studio/images/standard_logo.png"><meta property="og:image:height" content="420"><meta property="og:image:width" content="800"><meta property="og:description" content="An Mixed Reality studio seeking to create meaningful and exquisite experiences."><meta property="og:title" content="Wånderer Studio"><meta property="og:url" content="https://wanderer.studio"><title>Wånderer Studio</title><link rel="apple-touch-icon" href="/images/favicon94x94.png" sizes="96x96"><link rel="icon" type="image/png" href="/images/favicon.png"><style>body { | ||
font-size: 62.5%; | ||
overflow: hidden; | ||
} | ||
|
||
html, body, #main-div { | ||
height: 100%; | ||
width: 100%; | ||
margin: 0; | ||
} | ||
#main-div { | ||
overflow: hidden; | ||
} | ||
canvas { width: 100%; height: 100% }</style><script defer="defer" src="main.js"></script></head><body><noscript>Welcome to Wånderer Studio. Please turn on Javascript to view this website.</noscript></body></html> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/*! | ||
* GSAP 3.10.4 | ||
* https://greensock.com | ||
* | ||
* @license Copyright 2008-2022, GreenSock. All rights reserved. | ||
* Subject to the terms at https://greensock.com/standard-license or for | ||
* Club GreenSock members, the agreement issued with that membership. | ||
* @author: Jack Doyle, jack@greensock.com | ||
*/ | ||
|
||
/** | ||
* @license | ||
* Copyright 2010-2022 Three.js Authors | ||
* SPDX-License-Identifier: MIT | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"name": "Wånderer Studio", | ||
"theme_color": "#604D8D", | ||
"background_color": "#ffffff", | ||
"start_url": "/", | ||
"display": "fullscreen", | ||
"orientation": "portrait" | ||
} |
Oops, something went wrong.