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.
 
 
 
Go to file
ChenX_AMD 8e08efbbb3
移除袋鼠file.only
6 years ago
.vscode 移除无效的调试配置 6 years ago
@types/jquery 更新threejs 类型定义文件 使用github地址下载. 7 years ago
Doc 同步主干代码 并且加入md5算法 和imageLoader 7 years ago
__test__ 移除袋鼠file.only 6 years ago
data dat.gui typescript 7 years ago
sample 移动一些旧的测试代码. 7 years ago
src 还原原先的在端点上的代码,使测试通过. 6 years ago
utils !58 !53 更新Extend实现,更新KeywordServices实现 7 years ago
.gitignore 对Lock文件取消更新 取消使用dob 因为会造成类型错误. 7 years ago
README.md 更新readme信息 7 years ago
dll.config.js !56 更新依赖的npm包版本 7 years ago
index.html 尝试移植一些代码 实现了夹点捕捉. 7 years ago
manifest.json !56 更新依赖的npm包版本 7 years ago
package-lock.json !56 更新依赖的npm包版本 7 years ago
package.json 分离预编译和编译脚本 6 years ago
tsconfig.json 新增文件可以序列化到IndexedDb数据库 并且可以反序列化成图纸. 7 years ago
tslint.json 更新了代码样式 添加tslint 配置 7 years ago
typings.json . 8 years ago
wallaby.conf.js 更新测试工具的代码 6 years ago
web-cad-view.config.ts 增加threejs pass包的别名处理. 7 years ago
webpack.config.ts 更新zlib载入方式 6 years ago

README.md

WebCAD

  1. 安装.

npm install

  1. 预编译.

npm run build

  1. 运行

npm run dev

  1. 开启调试.F5 当然,首先需要安装ChromeDebug拓展插件

#常用命令 运行测试: npm run test 说明:将会运行所有.test.ts文件的测试.

TODO:

1.坐标系系统,用户坐标系.

2.一些Curve曲线类.