在Web中实现CAD的功能,暂时实现简单的草图绘制。项目预览https://cowboy1997.github.io/web-cad/
支持打开dwg/dxf/step/iges/stl
软件架构说明
- 没有安装nodejs的先安装nodejs并加入环境变量
- 在目录中运作 npm i
- 在目录中运作 npm run build或者 npm build-debug(调试使用)
- 运行一个服务打开index.html
- opencascade.js (CAD Kernel)
- three.js (3D Rendering Engine)
- libredwg (dwg)