An open API service indexing awesome lists of open source software.

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的示例网站

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] 优化菜单样式:至少把颜色换鲜艳点
- [ ] 刷新问题