├── .gitignore ├── README.md ├── assets ├── noise.png ├── porthole.png ├── screen-video.mp4 ├── screenshot.png ├── 伦敦城市轮廓线.jpg ├── 伦敦城市轮廓线.mp4 ├── 加勒比.jpg ├── 加勒比.mp4 ├── 大峡谷沉积物.jpg ├── 大峡谷沉积物.mp4 ├── 巴塔哥尼亚湖.jpg ├── 巴塔哥尼亚湖.mp4 ├── 巴塔哥尼亚的高山.jpg ├── 巴塔哥尼亚的高山.mp4 ├── 杰克鱼群.jpg ├── 杰克鱼群.mp4 ├── 格陵兰大冰川.jpg ├── 格陵兰大冰川.mp4 ├── 梭鱼群.jpg ├── 梭鱼群.mp4 ├── 纽约中城区.jpg ├── 纽约中城区.mp4 ├── 迪拜城市轮廓线.jpg └── 迪拜城市轮廓线.mp4 ├── favicon.svg └── index.html /.gitignore: -------------------------------------------------------------------------------- 1 | *4k.mp4 2 | .DS_Store 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 舷窗 - 沉浸式风景体验 2 | 3 | 这是一个模拟舷窗风景的网页程序,为你提供一种身临其境的独特体验,仿佛你就正坐在舷窗旁欣赏美丽的风景。 4 | 5 | 在这个网页中,你可以欣赏到各种雄伟壮观的景色,如山峰耸立、城市地标、海底世界等。 6 | 7 | 无论是在家中、办公室还是旅行途中,都可以通过这个网页享受到大自然的美丽和宁静。 8 | 9 | ![网页效果展示](./assets/screenshot.png) 10 | -------------------------------------------------------------------------------- /assets/noise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codennnn/porthole/00af2f13e1a015d474170dec11b0e98506c83971/assets/noise.png -------------------------------------------------------------------------------- /assets/porthole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codennnn/porthole/00af2f13e1a015d474170dec11b0e98506c83971/assets/porthole.png -------------------------------------------------------------------------------- /assets/screen-video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codennnn/porthole/00af2f13e1a015d474170dec11b0e98506c83971/assets/screen-video.mp4 -------------------------------------------------------------------------------- /assets/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codennnn/porthole/00af2f13e1a015d474170dec11b0e98506c83971/assets/screenshot.png -------------------------------------------------------------------------------- /assets/伦敦城市轮廓线.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codennnn/porthole/00af2f13e1a015d474170dec11b0e98506c83971/assets/伦敦城市轮廓线.jpg -------------------------------------------------------------------------------- /assets/伦敦城市轮廓线.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codennnn/porthole/00af2f13e1a015d474170dec11b0e98506c83971/assets/伦敦城市轮廓线.mp4 -------------------------------------------------------------------------------- /assets/加勒比.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codennnn/porthole/00af2f13e1a015d474170dec11b0e98506c83971/assets/加勒比.jpg -------------------------------------------------------------------------------- /assets/加勒比.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codennnn/porthole/00af2f13e1a015d474170dec11b0e98506c83971/assets/加勒比.mp4 -------------------------------------------------------------------------------- /assets/大峡谷沉积物.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codennnn/porthole/00af2f13e1a015d474170dec11b0e98506c83971/assets/大峡谷沉积物.jpg -------------------------------------------------------------------------------- /assets/大峡谷沉积物.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codennnn/porthole/00af2f13e1a015d474170dec11b0e98506c83971/assets/大峡谷沉积物.mp4 -------------------------------------------------------------------------------- /assets/巴塔哥尼亚湖.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codennnn/porthole/00af2f13e1a015d474170dec11b0e98506c83971/assets/巴塔哥尼亚湖.jpg -------------------------------------------------------------------------------- /assets/巴塔哥尼亚湖.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codennnn/porthole/00af2f13e1a015d474170dec11b0e98506c83971/assets/巴塔哥尼亚湖.mp4 -------------------------------------------------------------------------------- /assets/巴塔哥尼亚的高山.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codennnn/porthole/00af2f13e1a015d474170dec11b0e98506c83971/assets/巴塔哥尼亚的高山.jpg -------------------------------------------------------------------------------- /assets/巴塔哥尼亚的高山.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codennnn/porthole/00af2f13e1a015d474170dec11b0e98506c83971/assets/巴塔哥尼亚的高山.mp4 -------------------------------------------------------------------------------- /assets/杰克鱼群.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codennnn/porthole/00af2f13e1a015d474170dec11b0e98506c83971/assets/杰克鱼群.jpg -------------------------------------------------------------------------------- /assets/杰克鱼群.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codennnn/porthole/00af2f13e1a015d474170dec11b0e98506c83971/assets/杰克鱼群.mp4 -------------------------------------------------------------------------------- /assets/格陵兰大冰川.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codennnn/porthole/00af2f13e1a015d474170dec11b0e98506c83971/assets/格陵兰大冰川.jpg -------------------------------------------------------------------------------- /assets/格陵兰大冰川.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codennnn/porthole/00af2f13e1a015d474170dec11b0e98506c83971/assets/格陵兰大冰川.mp4 -------------------------------------------------------------------------------- /assets/梭鱼群.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codennnn/porthole/00af2f13e1a015d474170dec11b0e98506c83971/assets/梭鱼群.jpg -------------------------------------------------------------------------------- /assets/梭鱼群.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codennnn/porthole/00af2f13e1a015d474170dec11b0e98506c83971/assets/梭鱼群.mp4 -------------------------------------------------------------------------------- /assets/纽约中城区.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codennnn/porthole/00af2f13e1a015d474170dec11b0e98506c83971/assets/纽约中城区.jpg -------------------------------------------------------------------------------- /assets/纽约中城区.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codennnn/porthole/00af2f13e1a015d474170dec11b0e98506c83971/assets/纽约中城区.mp4 -------------------------------------------------------------------------------- /assets/迪拜城市轮廓线.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codennnn/porthole/00af2f13e1a015d474170dec11b0e98506c83971/assets/迪拜城市轮廓线.jpg -------------------------------------------------------------------------------- /assets/迪拜城市轮廓线.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Codennnn/porthole/00af2f13e1a015d474170dec11b0e98506c83971/assets/迪拜城市轮廓线.mp4 -------------------------------------------------------------------------------- /favicon.svg: -------------------------------------------------------------------------------- 1 | 6 | 7 | 8 | 9 | 10 | 11 | 15 | 19 | 22 | 25 | 28 | 31 | 34 | 37 | 40 | 43 | 46 | 49 | 52 | 55 | 58 | 61 | 64 | 65 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 舷窗 12 | 13 | 166 | 167 | 168 | 169 |
170 | 171 | 172 |
173 | 174 |
175 | 178 |
179 |
180 | 181 | 230 |
231 | 232 | 253 | 254 | 255 | --------------------------------------------------------------------------------