You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
WebCAD/README.md

72 lines
1.1 KiB

## 本项目为 threejs练手项目
### 安装
1. 安装 项目依赖包
```
npm install
```
2. 运行开发模式
```
npm run dev
```
3. 按F5开启调试
#1.安装.
npm install
#2.运行
npm run start
#3.开启调试.F5
当然,首先需要安装ChromeDeBug.
#常用命令
运行测试: npm run test
说明:将会运行所有.test.ts文件的测试.
#使用库 React-dat-gui
安装: npm install react-dat-gui --save
说明: https://www.npmjs.com/package/react-dat-gui
#React github
链接: https://github.com/brillout/awesome-react-components
#TypeScript React
链接: https://github.com/Microsoft/TypeScript-React-Starter#typescript-react-starter
#定义 d.ts文件
链接: https://segmentfault.com/a/1190000009247663
#npm 管理
http://javascript.ruanyifeng.com/nodejs/npm.html
#webpck 性能问题
http://code.oneapm.com/javascript/2015/07/07/webpack_performance_1/
//TODO:
1.相机.
>注册相机事件 尝试优化相机
>使用复合相机管理
2.Database.
>封装数据层.
3.对象事件
>数据库事件.(暂时做这个)
...等.
4.UI
Command 命令行实现.
7 years ago
5.命令注册
6.坐标系显示器.