Skip to content

Commit

Permalink
feat: new animation
Browse files Browse the repository at this point in the history
  • Loading branch information
EdSDR committed Dec 3, 2024
1 parent 07cf4cb commit 97e3be5
Show file tree
Hide file tree
Showing 13 changed files with 1,016 additions and 660 deletions.
2 changes: 1 addition & 1 deletion apps/commune-page/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
9 changes: 0 additions & 9 deletions apps/commune-page/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,6 @@ const config = {
// "@commune-ts/validators",
],

webpack: (config) => {
config.module.rules.push({
test: /\.(glsl|vs|fs|vert|frag)$/,
use: ["raw-loader"],
});

return config;
},

/** We already do linting and typechecking as separate tasks in CI */
eslint: { ignoreDuringBuilds: true },
typescript: { ignoreBuildErrors: true },
Expand Down
7 changes: 4 additions & 3 deletions apps/commune-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.5",
"@react-three/drei": "^9.117.3",
"@react-three/fiber": "^8.17.10",
"@t3-oss/env-nextjs": "catalog:",
"@types/mdx": "^2.0.13",
"@types/three": "^0.165.0",
"gsap": "^3.12.5",
"lil-gui": "^0.19.2",
"lamina": "^1.1.23",
"leva": "^0.9.35",
"next": "catalog:",
"parse-numeric-range": "^1.3.0",
"react": "catalog:react18",
Expand All @@ -46,7 +48,6 @@
"@types/react-dom": "catalog:react18",
"jiti": "catalog:",
"postcss": "catalog:",
"raw-loader": "^4.0.2",
"tailwindcss": "catalog:",
"typescript": "catalog:"
}
Expand Down
Binary file added apps/commune-page/public/cursor.glb
Binary file not shown.
4 changes: 0 additions & 4 deletions apps/commune-page/src/app/components/animation/glsl.d.ts

This file was deleted.

Loading

0 comments on commit 97e3be5

Please sign in to comment.