-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
583e97c
commit b0b22ad
Showing
47 changed files
with
1,693 additions
and
134 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
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,13 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Document</title> | ||
</head> | ||
<body style="margin: 0; overscroll-behavior: none"> | ||
<script type="module" src="./src/index.tsx"></script> | ||
<div id="root"></div> | ||
</body> | ||
</html> |
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,24 @@ | ||
{ | ||
"type": "module", | ||
"dependencies": { | ||
"@coconut-xr/xinteraction": "^0.1.12", | ||
"@preact/signals-core": "^1.5.1", | ||
"@react-three/drei": "^9.96.1", | ||
"@react-three/fiber": "^8.15.13", | ||
"@react-three/postprocessing": "^2.16.0", | ||
"@react-three/rapier": "^1.3.0", | ||
"@react-three/uikit": "workspace:^", | ||
"@react-three/uikit-lucide": "workspace:^", | ||
"@splinetool/r3f-spline": "^1.0.2", | ||
"@types/three": "^0.160.0", | ||
"maath": "^0.10.7", | ||
"r3f-perf": "^7.1.2", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"three": "^0.160.0" | ||
}, | ||
"scripts": { | ||
"dev": "vite --host", | ||
"build": "vite build" | ||
} | ||
} |
Oops, something went wrong.