https://github.com/pengpen1/three-demo-site
基于three.js以及vue3的示例网站
https://github.com/pengpen1/three-demo-site
threejs-example
Last synced: 29 days ago
JSON representation
基于three.js以及vue3的示例网站
- Host: GitHub
- URL: https://github.com/pengpen1/three-demo-site
- Owner: pengpen1
- Created: 2024-06-18T05:54:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T10:01:02.000Z (about 1 year ago)
- Last Synced: 2026-05-04T10:46:34.388Z (29 days ago)
- Topics: threejs-example
- Language: JavaScript
- Homepage: https://pengpen1.github.io/three-demo-site/
- Size: 42.6 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# three-demo-site
## 介绍
基于 three.js 以及 vue3 的示例网站,有首页里面的梦幻星云、数据流转、智慧楼宇、粒子照片。点击屏幕右侧的黄色按钮可查看源码和笔记。


## 核心开发人员
- [pengpen1](https://github.com/pengpen1)
- [linzhe141](https://github.com/linzhe141)
## TODO
- [x] 引入更方便的字体图标代替@element-plus/icons-vue
- [x] 实现动态生成菜单
- [x] 侧边栏布局美化,样式美化
- [x] 增加右侧悬浮组件
- [x] 手写布局,替换掉el-main
- [x] 引入展示源代码的美化库
- [x] 增加展示源代码以及笔记的组件
- [ ] 找出three.js的0.136版本和0.165版本的差别,解决首页切换0.165版本报错问题
- [x] 完成全屏切换的监听,包含F11,esc,双击
- [x] 优化笔记:1.下拉超过一屏高度出现滚动到顶小飞机 2.增加章节菜单
- [x] 优化菜单样式:至少把颜色换鲜艳点
- [ ] 刷新问题