[WIP] Started new Globe from scratch using OGL

This commit is contained in:
2022-07-16 18:55:47 +02:00
parent 025bb522a9
commit 4f274e52ce
14 changed files with 872 additions and 14 deletions

16
pnpm-lock.yaml generated
View File

@@ -1,9 +1,9 @@
lockfileVersion: 5.4
specifiers:
'@sveltejs/adapter-auto': ^1.0.0-next.60
'@sveltejs/adapter-auto': ^1.0.0-next.61
'@sveltejs/adapter-node': ^1.0.0-next.81
'@sveltejs/adapter-vercel': ^1.0.0-next.62
'@sveltejs/adapter-vercel': ^1.0.0-next.63
'@sveltejs/kit': ^1.0.0-next.377
'@types/animejs': ^3.1.5
'@typescript-eslint/eslint-plugin': ^5.30.6
@@ -16,6 +16,7 @@ specifiers:
eslint: ^8.19.0
eslint-plugin-svelte3: ^4.0.0
focus-visible: ^5.2.0
ogl: ^0.0.97
postcss: ^8.4.14
postcss-focus-visible: ^7.0.0
postcss-normalize: ^10.0.1
@@ -28,6 +29,7 @@ specifiers:
svelte-preprocess: ^4.10.7
swell-node: ^4.0.10
tslib: ^2.4.0
tweakpane: ^3.1.0
typescript: ^4.7.4
vite: ^3.0.0
@@ -36,7 +38,9 @@ dependencies:
dayjs: 1.11.3
embla-carousel: 6.2.0
focus-visible: 5.2.0
ogl: 0.0.97
sanitize.css: 13.0.0
tweakpane: 3.1.0
devDependencies:
'@sveltejs/adapter-auto': 1.0.0-next.61
@@ -1875,6 +1879,10 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
/ogl/0.0.97:
resolution: {integrity: sha512-8VGNwb+BnVgg80uF2MDJGX+rLja8DPvmSsW1a3KCZO4pQF8sszRCgQVQmUA2EnoIYXtMUEztChkB0fuoFcWLxw==}
dev: false
/once/1.4.0:
resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
dependencies:
@@ -3029,6 +3037,10 @@ packages:
typescript: 4.7.4
dev: true
/tweakpane/3.1.0:
resolution: {integrity: sha512-PGAp/LPQdHwzL7/iAW4lV1p9iPQTti7YMjMWO48CoYjvZRS59RmgQnhEGzKzqST1JnmOYmQUjTe8bdhlZRJs5A==}
dev: false
/type-check/0.4.0:
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
engines: {node: '>= 0.8.0'}