├── README.md
├── asset-manifest.json
├── assets
├── icons
│ └── github.svg
└── images
│ ├── wlop1.jpg
│ ├── wlop10.jpg
│ ├── wlop11.jpg
│ ├── wlop12.jpg
│ ├── wlop2.jpg
│ ├── wlop3.jpg
│ ├── wlop4.jpg
│ ├── wlop5.jpg
│ ├── wlop6.jpg
│ ├── wlop7.jpg
│ ├── wlop8.jpg
│ └── wlop9.jpg
├── favicon.ico
├── index.html
├── logo192.png
├── logo512.png
├── manifest.json
├── robots.txt
└── static
├── css
└── main.b52d30a4.css
└── js
├── 27.ef0cb643.chunk.js
├── main.c676cab9.js
└── main.c676cab9.js.LICENSE.txt
/README.md:
--------------------------------------------------------------------------------
1 | # About
2 |
3 | - This application is a reconstruction of the effects on the pages of [unshift's works](https://unshift.jp/works#aimessenger).
4 | [Takumi HASEGAWA / 長谷川 巧 (unshift Inc.)](https://twitter.com/_unshift)
5 |
6 | - The images are borrowed from the wonderful work of [WLOP](https://twitter.com/wlopwangling).
7 |
8 | - The background is based on the following great video.
9 | [How To Create a Parallax Text Scrolling Effect on Mousemove | Website Parallax Effects 2021](https://www.youtube.com/watch?v=ADAmKlVs25w)
10 |
11 | https://nemutas.github.io/r3f-unshift-effect/
12 |
13 | 
14 |
15 | # Technology
16 |
17 | - TypeScript
18 | - React(Create React App)
19 | - React Three Fiber(Three.js)
20 | - GLSL
21 | - InstancedMesh
22 | - gsap
23 |
24 | # Source Code
25 |
26 | Source code is not available.
27 | If there are many requests for it, I will consider distributing it through Patreon.
28 |
29 | # License
30 |
31 | This source code is not MIT License.
32 |
33 | ❗ In particular, please do not redistribute the images.
34 | ❌ Commercial use is prohibited.
35 | ❌ Redistribution is prohibited.
36 | ❌ Diversion is prohibited.
37 | ✅ You can look at the application and reproduce the representation.
38 |
--------------------------------------------------------------------------------
/asset-manifest.json:
--------------------------------------------------------------------------------
1 | {
2 | "files": {
3 | "main.css": "/r3f-unshift-effect/static/css/main.b52d30a4.css",
4 | "main.js": "/r3f-unshift-effect/static/js/main.c676cab9.js",
5 | "static/js/27.ef0cb643.chunk.js": "/r3f-unshift-effect/static/js/27.ef0cb643.chunk.js",
6 | "index.html": "/r3f-unshift-effect/index.html"
7 | },
8 | "entrypoints": [
9 | "static/css/main.b52d30a4.css",
10 | "static/js/main.c676cab9.js"
11 | ]
12 | }
--------------------------------------------------------------------------------
/assets/icons/github.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/assets/images/wlop1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nemutas/r3f-unshift-effect/435042660b3aa9034c95da2f5475128d1cc3e111/assets/images/wlop1.jpg
--------------------------------------------------------------------------------
/assets/images/wlop10.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nemutas/r3f-unshift-effect/435042660b3aa9034c95da2f5475128d1cc3e111/assets/images/wlop10.jpg
--------------------------------------------------------------------------------
/assets/images/wlop11.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nemutas/r3f-unshift-effect/435042660b3aa9034c95da2f5475128d1cc3e111/assets/images/wlop11.jpg
--------------------------------------------------------------------------------
/assets/images/wlop12.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nemutas/r3f-unshift-effect/435042660b3aa9034c95da2f5475128d1cc3e111/assets/images/wlop12.jpg
--------------------------------------------------------------------------------
/assets/images/wlop2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nemutas/r3f-unshift-effect/435042660b3aa9034c95da2f5475128d1cc3e111/assets/images/wlop2.jpg
--------------------------------------------------------------------------------
/assets/images/wlop3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nemutas/r3f-unshift-effect/435042660b3aa9034c95da2f5475128d1cc3e111/assets/images/wlop3.jpg
--------------------------------------------------------------------------------
/assets/images/wlop4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nemutas/r3f-unshift-effect/435042660b3aa9034c95da2f5475128d1cc3e111/assets/images/wlop4.jpg
--------------------------------------------------------------------------------
/assets/images/wlop5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nemutas/r3f-unshift-effect/435042660b3aa9034c95da2f5475128d1cc3e111/assets/images/wlop5.jpg
--------------------------------------------------------------------------------
/assets/images/wlop6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nemutas/r3f-unshift-effect/435042660b3aa9034c95da2f5475128d1cc3e111/assets/images/wlop6.jpg
--------------------------------------------------------------------------------
/assets/images/wlop7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nemutas/r3f-unshift-effect/435042660b3aa9034c95da2f5475128d1cc3e111/assets/images/wlop7.jpg
--------------------------------------------------------------------------------
/assets/images/wlop8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nemutas/r3f-unshift-effect/435042660b3aa9034c95da2f5475128d1cc3e111/assets/images/wlop8.jpg
--------------------------------------------------------------------------------
/assets/images/wlop9.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nemutas/r3f-unshift-effect/435042660b3aa9034c95da2f5475128d1cc3e111/assets/images/wlop9.jpg
--------------------------------------------------------------------------------
/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nemutas/r3f-unshift-effect/435042660b3aa9034c95da2f5475128d1cc3e111/favicon.ico
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |