Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cr-eative-dev committed Dec 26, 2023
1 parent 0056c62 commit 4adc024
Show file tree
Hide file tree
Showing 348 changed files with 808,070 additions and 9 deletions.
14 changes: 7 additions & 7 deletions gsplat/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local
# node_modules
# dist
# dist-ssr
# *.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
# .vscode/*
# !.vscode/extensions.json
# .idea
.DS_Store
*.suo
*.ntvs*
Expand Down
129 changes: 129 additions & 0 deletions gsplat/dist/assets/index-tpU-sv1l.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions gsplat/dist/assets/index-yUtX4ct4.css

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

26 changes: 26 additions & 0 deletions gsplat/dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>gsplat.js - Viewer Demo</title>
<script type="module" crossorigin src="/assets/index-tpU-sv1l.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-yUtX4ct4.css">
</head>

<body>
<div id="progress-container">
<dialog open id="progress-dialog">
<p>
<label for="progress-indicator">Loading scene...</label>
</p>
<progress max="100" id="progress-indicator"></progress>
</dialog>
</div>

<canvas id="canvas"></canvas>
</body>

</html>
1 change: 1 addition & 0 deletions gsplat/dist/vite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions gsplat/node_modules/.bin/esbuild

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

1 change: 1 addition & 0 deletions gsplat/node_modules/.bin/nanoid

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

1 change: 1 addition & 0 deletions gsplat/node_modules/.bin/rollup

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

1 change: 1 addition & 0 deletions gsplat/node_modules/.bin/tsc

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

1 change: 1 addition & 0 deletions gsplat/node_modules/.bin/tsserver

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

1 change: 1 addition & 0 deletions gsplat/node_modules/.bin/vite

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

252 changes: 252 additions & 0 deletions gsplat/node_modules/.package-lock.json

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

15 changes: 15 additions & 0 deletions gsplat/node_modules/.vite/deps/_metadata.json

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

Loading

0 comments on commit 4adc024

Please sign in to comment.