基于 Web 的 CAD 文件查看器
假设Mac OS X或Linux
git clone https://github.com/ghemingway/cad.js cd cad.js
mkdir data
将模型移动到data目录(找到一些样本)。
data
npm install
运行一个 redis 服务器并更新配置文件来使用这个 redis 主机名/ IP地址和端口。
ssh-keygen -t rsa -f config/id_rsa
npm run start-dev
使用 webpack 编译:
# if you installed webpack globally (`npm install webpack -g`) webpack # if you installed webpack via package dependencies (`npm install`) ./node_modules/.bin/webpack
http://ghemingway.github.io/cad.js/?resource_url=/cad.js/data/cutter/index.json
http://ghemingway.github.io/cad.js/?resource_url=/cad.js/data/rear/index.json
http://ghemingway.github.io/cad.js/?resource_url=/cad.js/data/rccar/index.json