Leopoldadmin
  • Joined on 2026-05-19
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 14:44:04 +00:00
de14eb111b feat: implement SnapEngine with all snap types and F3 toggle
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 14:43:57 +00:00
6e7be97139 feat: implement SelectionEngine with rbush hit testing
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 14:43:10 +00:00
f5478b7159 feat: add index.ts for modification tools
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 14:43:01 +00:00
7f75dd18a0 feat: add OffsetTool implementation
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 14:42:58 +00:00
c62f36b908 feat: add FilletTool implementation
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 14:42:53 +00:00
db13d9d481 feat: add ExtendTool implementation
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 14:42:50 +00:00
7fa2fec00d feat: add TrimTool implementation
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 14:42:44 +00:00
2ceaf7b5c1 feat: add MirrorTool implementation
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 14:42:39 +00:00
914d929877 feat: add ScaleTool implementation
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 14:42:36 +00:00
c87f4ab45f feat: add RotateTool implementation
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 14:42:31 +00:00
86bae1e755 feat: add CopyTool implementation
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 14:42:26 +00:00
6823347002 feat: add MoveTool implementation
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 07:24:12 +00:00
08114b6208 Implement ToolManager.ts
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 07:23:59 +00:00
b8df8249ec Implement index.ts
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 07:23:53 +00:00
15879767af Implement DimensionTool.ts
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 07:23:48 +00:00
976403f5fa Implement TextTool.ts
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 07:23:41 +00:00
b8a8464636 Implement ArcTool.ts
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 07:23:30 +00:00
f3c0c65f8d Implement RectTool.ts
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 07:23:23 +00:00
d1591e3b9d Implement PolygonTool.ts
Leopoldadmin pushed to master at Leopoldadmin/web-cad 2026-06-22 07:23:14 +00:00
5d8dc15d86 Implement PolylineTool.ts