Skip to content

Commit

Permalink
feat(background): implement glsl based background effects (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
async3619 authored Oct 26, 2024
1 parent 8b42e6c commit 5215874
Show file tree
Hide file tree
Showing 19 changed files with 1,236 additions and 198 deletions.
9 changes: 2 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/svg+xml"
href="/vite.svg"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
/>
<title>Vite + React + TS</title>
<title>New Tab</title>
</head>
<body>
<div id="root"></div>
Expand Down
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,23 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/css": "^11.13.4",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@react-three/drei": "^9.115.0",
"@react-three/fiber": "^8.17.10",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^18.3.1",
"three": "^0.169.0"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/lodash": "^4.17.12",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/three": "^0.169.0",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.0.0",
Expand All @@ -25,6 +35,7 @@
"prettier": "^3.3.3",
"typescript": "~5.6.2",
"typescript-eslint": "^8.10.0",
"vite": "^5.4.9"
"vite": "^5.4.9",
"vite-plugin-glsl": "^1.3.0"
}
}
Loading

0 comments on commit 5215874

Please sign in to comment.