Skip to content

Commit

Permalink
Progress
Browse files Browse the repository at this point in the history
  • Loading branch information
takaneichinose committed Apr 9, 2024
1 parent 067c829 commit 33ec3cc
Show file tree
Hide file tree
Showing 24 changed files with 318 additions and 3,257 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ For my future reference, below is the way to build the program.
1. [ThreeJS](https://threejs.org/) 3D Rendering engine used for the game
1. [React](https://react.dev/) Front end web library for UI
1. [React Three Fiber](https://docs.pmnd.rs/react-three-fiber) Integration of ThreeJS into React
1. [TweenJS](https://tweenjs.github.io/tween.js/) Animation or tweening
1. [GSAP](https://www.gsap.com/) Animation or tweening
1. [TailwindCSS](https://tailwindcss.com/) CSS framework for easy styling
1. [Vite](https://vitejs.dev/) Build tool for the web
1. [TypeScript](https://www.typescriptlang.org/) Type safety JavaScript transpiler
Expand Down
7 changes: 7 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
"@headlessui/react": "^1.7.18",
"@react-three/drei": "^9.93.1",
"@react-three/fiber": "^8.15.14",
"@tweenjs/tween.js": "^23.1.1",
"@types/three": "^0.160.0",
"clsx": "^2.1.0",
"gsap": "^3.12.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.160.0",
Expand Down
Loading

0 comments on commit 33ec3cc

Please sign in to comment.