cyclecad 1.1.2 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/scripts/cad-diff.js +590 -0
- package/.github/workflows/cad-diff.yml +117 -0
- package/KILLER-README.md +377 -0
- package/app/index.html +88 -30
- package/app/js/ai-copilot.js +53 -18
- package/app/js/brep-engine.js +661 -0
- package/app/js/multiplayer.js +465 -0
- package/app/js/parts-library.js +778 -0
- package/app/js/step-viewer.js +584 -0
- package/app/js/text-to-brep.js +585 -0
- package/docs/ARCHITECTURE.html +1429 -0
- package/package.json +1 -1
package/KILLER-README.md
ADDED
|
@@ -0,0 +1,377 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
<h1>🔧 cycleCAD</h1>
|
|
3
|
+
<p><strong>The open-source browser CAD that understands English.</strong></p>
|
|
4
|
+
<p>Type "<code>motor mount plate with 4 bolt holes</code>" → get a real 3D solid in 5 seconds. No install. No login. Free forever.</p>
|
|
5
|
+
|
|
6
|
+
[](https://www.npmjs.com/package/cyclecad)
|
|
7
|
+
[](https://github.com/vvlars-cmd/cyclecad)
|
|
8
|
+
[](https://opensource.org/licenses/MIT)
|
|
9
|
+
[](https://github.com/vvlars-cmd/cyclecad)
|
|
10
|
+
[](https://discord.gg/cyclecad)
|
|
11
|
+
|
|
12
|
+
![Demo GIF - Text-to-CAD creating a part with holes and fillets]
|
|
13
|
+
[DEMO GIF PLACEHOLDER: User types "50mm cylinder with 20mm hole and 5mm fillet" → 3D part appears with real geometry]
|
|
14
|
+
|
|
15
|
+
[**Try it now →**](https://cyclecad.com/app/) • [Documentation](https://cyclecad.com/docs) • [GitHub](https://github.com/vvlars-cmd/cyclecad)
|
|
16
|
+
</div>
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## ✨ What makes cycleCAD different
|
|
21
|
+
|
|
22
|
+
Traditional CAD apps make you click 50 times to create a simple part. cycleCAD understands what you want to build.
|
|
23
|
+
|
|
24
|
+
| Feature | **cycleCAD** | OnShape | Fusion 360 | FreeCAD |
|
|
25
|
+
|---------|:---:|:---:|:---:|:---:|
|
|
26
|
+
| **Browser-native** | ✅ Zero install | ❌ Cloud | ❌ Desktop | ❌ Desktop |
|
|
27
|
+
| **Free forever** | ✅ MIT OSS | ❌ $1,500/yr | ❌ $545/yr | ✅ |
|
|
28
|
+
| **Text-to-CAD** | ✅ "Draw a gear" | ❌ | ❌ | ❌ |
|
|
29
|
+
| **AI-powered** | ✅ Built-in | ❌ | ❌ | ❌ |
|
|
30
|
+
| **Real-time multiplayer** | ✅ WebRTC P2P | ✅ (paid) | ❌ | ❌ |
|
|
31
|
+
| **Open Inventor files** | ✅ Native .ipt/.iam | ❌ | ✅ | ❌ |
|
|
32
|
+
| **B-rep kernel** | ✅ OpenCascade.js | ✅ | ✅ | ✅ |
|
|
33
|
+
| **STEP import/export** | ✅ | ✅ | ✅ | ✅ |
|
|
34
|
+
| **Mobile viewer** | ✅ Touch-native | ❌ | ❌ | ❌ |
|
|
35
|
+
| **Open source** | ✅ MIT | ❌ | ❌ | ✅ |
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
## 🚀 Quick Start
|
|
40
|
+
|
|
41
|
+
### **Zero-setup browser version (30 seconds)**
|
|
42
|
+
Just open **[cyclecad.com/app/](https://cyclecad.com/app/)** in your browser. Works offline. No account needed.
|
|
43
|
+
|
|
44
|
+
### **Text-to-CAD in action**
|
|
45
|
+
|
|
46
|
+
```
|
|
47
|
+
User: "create a motor mount plate 100mm wide, 80mm tall"
|
|
48
|
+
cycleCAD: [Generates rectangular prism with exact dimensions]
|
|
49
|
+
|
|
50
|
+
User: "add 4 bolt holes in corners, 10mm diameter"
|
|
51
|
+
cycleCAD: [Creates 4 cylindrical holes positioned at corners]
|
|
52
|
+
|
|
53
|
+
User: "fillet all edges 2mm"
|
|
54
|
+
cycleCAD: [Rounds all sharp edges. Part is manufacturable in 5 seconds]
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
### **Install locally**
|
|
58
|
+
|
|
59
|
+
```bash
|
|
60
|
+
# Via npm
|
|
61
|
+
npm install -g cyclecad
|
|
62
|
+
cyclecad # Starts local dev server on :3000
|
|
63
|
+
|
|
64
|
+
# Or clone and run
|
|
65
|
+
git clone https://github.com/vvlars-cmd/cyclecad.git
|
|
66
|
+
cd cyclecad
|
|
67
|
+
npm install
|
|
68
|
+
npm run dev
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
### **Import an existing CAD file**
|
|
72
|
+
|
|
73
|
+
cycleCAD can open files from Autodesk Inventor, STEP, STL, and more:
|
|
74
|
+
|
|
75
|
+
```javascript
|
|
76
|
+
// In the app UI: File → Import
|
|
77
|
+
// Drop your .ipt, .iam, .step, or .stl file
|
|
78
|
+
// cycleCAD instantly renders it with all features editable
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
---
|
|
82
|
+
|
|
83
|
+
## 🤖 Text-to-CAD Examples
|
|
84
|
+
|
|
85
|
+
### Example 1: Bracket Design
|
|
86
|
+
```
|
|
87
|
+
"L-bracket with 50mm vertical and 75mm horizontal arms, 10mm thickness"
|
|
88
|
+
→ Real 3D solid with proper corners
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
### Example 2: Fastener Hole Pattern
|
|
92
|
+
```
|
|
93
|
+
"circular hole pattern: 6 holes M5 (5mm) evenly spaced on 40mm bolt circle"
|
|
94
|
+
→ Perfect DIN 912 hex socket cap screw mounting
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
### Example 3: Mechanical Part
|
|
98
|
+
```
|
|
99
|
+
"hexagonal shaft, 20mm across flats, 150mm long, with M10 thread on end"
|
|
100
|
+
→ CAM-ready geometry ready to machine
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
The AI understands:
|
|
104
|
+
- **Geometry**: cylinders, boxes, spheres, wedges, toruses, helixes, springs
|
|
105
|
+
- **Features**: holes, fillets, chamfers, pockets, bosses, ribs
|
|
106
|
+
- **Patterns**: linear, circular, mirror
|
|
107
|
+
- **Materials**: steel, aluminum, plastic, titanium, brass
|
|
108
|
+
- **Operations**: boolean (union/cut/intersect), draft angles, shell thickness
|
|
109
|
+
- **Constraints**: parallelism, perpendicularity, concentricity, symmetry
|
|
110
|
+
|
|
111
|
+
---
|
|
112
|
+
|
|
113
|
+
## 🔩 Parts Library & Marketplace
|
|
114
|
+
|
|
115
|
+
### Built-in Standard Parts
|
|
116
|
+
Get DIN/ISO fasteners, bearings, motors, and commercial off-the-shelf (COTS) parts instantly:
|
|
117
|
+
|
|
118
|
+
```bash
|
|
119
|
+
cyclecad install bearing-6205
|
|
120
|
+
# → NSK 6205 deep groove ball bearing (STEP file downloads, adds to library)
|
|
121
|
+
|
|
122
|
+
cyclecad install fastener-M5-hex-socket
|
|
123
|
+
# → DIN 912 M5 × 25mm hex socket cap screw with proper geometry
|
|
124
|
+
|
|
125
|
+
cyclecad install motor-nema23
|
|
126
|
+
# → NEMA 23 stepper motor (full 3D model, cutsheet, mounting pattern)
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
### Community Marketplace
|
|
130
|
+
- **Purchase designs** — Browse 10,000+ mechanical parts and assemblies
|
|
131
|
+
- **Sell your designs** — Publish a part, earn royalties on each download
|
|
132
|
+
- **Parameterized models** — Upload a template, users customize dimensions
|
|
133
|
+
- **CAM-ready exports** — Designs come with DXF/DWG for manufacturing
|
|
134
|
+
|
|
135
|
+
Examples in marketplace:
|
|
136
|
+
- Bearing housings (20+ variants, searchable by bore size)
|
|
137
|
+
- Motor mounts (parameterized for different frame sizes)
|
|
138
|
+
- Cable routing clips (customize bend radius + tab thickness)
|
|
139
|
+
- Enclosure brackets (pick material, cost is estimated per variant)
|
|
140
|
+
|
|
141
|
+
---
|
|
142
|
+
|
|
143
|
+
## 👥 Real-time Collaboration
|
|
144
|
+
|
|
145
|
+
Work on the same model **with teammates simultaneously**. No server signup needed.
|
|
146
|
+
|
|
147
|
+
```javascript
|
|
148
|
+
// Host creates a room
|
|
149
|
+
const roomCode = await cyclecad.createRoom(); // Returns "ABC123"
|
|
150
|
+
// Share the code with teammates
|
|
151
|
+
|
|
152
|
+
// Teammates join
|
|
153
|
+
await cyclecad.joinRoom("ABC123");
|
|
154
|
+
|
|
155
|
+
// Now when Host creates a hole, Teammate sees it instantly
|
|
156
|
+
// See each other's 3D cursors in real-time
|
|
157
|
+
// Chat in-viewport while designing
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
**How it works:**
|
|
161
|
+
- **Peer-to-peer**: Uses WebRTC for low-latency direct connections (no server overhead)
|
|
162
|
+
- **Conflict-free**: Last-write-wins CRDT ensures edits never conflict
|
|
163
|
+
- **Browser-native**: Works in tabs, doesn't require anything special
|
|
164
|
+
|
|
165
|
+
**Perfect for:**
|
|
166
|
+
- Remote design reviews (see collaborator's cursor, watch live edits)
|
|
167
|
+
- Distributed teams (8am in Berlin, 4pm in Tokyo, same part, live sync)
|
|
168
|
+
- Teaching (instructor + students all editing one model)
|
|
169
|
+
|
|
170
|
+
---
|
|
171
|
+
|
|
172
|
+
## 📐 Full Feature List
|
|
173
|
+
|
|
174
|
+
### **Core CAD Modeling**
|
|
175
|
+
- ✅ **Sketcher** — 2D constraints (coincident, parallel, perpendicular, tangent, distance, angle)
|
|
176
|
+
- ✅ **Extrude/Revolve** — Parametric profile-based solids
|
|
177
|
+
- ✅ **Boolean ops** — Union, cut, intersect with real CSG
|
|
178
|
+
- ✅ **Fillet/Chamfer** — Edge rounding and bevels
|
|
179
|
+
- ✅ **Sweep/Loft** — Profile along path, between profiles
|
|
180
|
+
- ✅ **Shell** — Hollow out solids with wall thickness
|
|
181
|
+
- ✅ **Patterns** — Linear, circular, mirror arrays
|
|
182
|
+
- ✅ **Draft** — Taper for molding/casting
|
|
183
|
+
- ✅ **Threads** — ISO/UNC/Metric with proper helix
|
|
184
|
+
|
|
185
|
+
### **Analysis & Validation**
|
|
186
|
+
- ✅ **Measurement** — Distance, angle, radius, perimeter, area
|
|
187
|
+
- ✅ **Mass properties** — Weight, volume, center of gravity
|
|
188
|
+
- ✅ **DFM analysis** — Design for manufacturability warnings
|
|
189
|
+
- ✅ **Stress preview** — Heatmap of stress concentration
|
|
190
|
+
- ✅ **Clearance check** — Collision detection between parts
|
|
191
|
+
- ✅ **Assembly validator** — Check for hidden parts, overconstrained joints
|
|
192
|
+
|
|
193
|
+
### **AI & Automation**
|
|
194
|
+
- ✅ **Text-to-CAD** — Natural language → 3D geometry
|
|
195
|
+
- ✅ **Part identification** — Upload photo, AI identifies what you built
|
|
196
|
+
- ✅ **Cost estimation** — Calculates manufacturing cost (CNC, 3D print, injection)
|
|
197
|
+
- ✅ **Rebuild guides** — AI writes step-by-step instructions to recreate any part
|
|
198
|
+
- ✅ **Maintenance schedule** — Predicts part wear, suggests replacements
|
|
199
|
+
- ✅ **Smart BOM** — Bill of materials with vendor links, lead times, pricing
|
|
200
|
+
|
|
201
|
+
### **Integration & Output**
|
|
202
|
+
- ✅ **Export** — STL (ASCII/binary), OBJ, glTF 2.0, STEP, DXF, DWG, PDF
|
|
203
|
+
- ✅ **3D Print** — Automatic STL export + slicer integration (Prusaslicer, Cura)
|
|
204
|
+
- ✅ **CAM** — DXF export for CNC + G-code preview
|
|
205
|
+
- ✅ **Assembly drawing** — Auto-generates engineering drawings (ISO/ASME)
|
|
206
|
+
- ✅ **BOM export** — CSV, HTML, with pricing from McMaster-Carr
|
|
207
|
+
- ✅ **Datasheets** — PDF cutsheets for all parts
|
|
208
|
+
|
|
209
|
+
### **Platform**
|
|
210
|
+
- ✅ **Browser-native** — No install, runs anywhere (Chrome, Safari, Firefox, Edge)
|
|
211
|
+
- ✅ **Offline mode** — Design works without internet (IndexedDB storage)
|
|
212
|
+
- ✅ **Mobile viewer** — View and annotate on iPad / Android tablets
|
|
213
|
+
- ✅ **Version control** — Git-style history with visual diffs
|
|
214
|
+
- ✅ **Share/embed** — Generate shareable links, embed 3D viewer in docs
|
|
215
|
+
- ✅ **Keyboard-first** — 50+ shortcuts, full REPL for power users
|
|
216
|
+
|
|
217
|
+
---
|
|
218
|
+
|
|
219
|
+
## 🏗️ Architecture
|
|
220
|
+
|
|
221
|
+
```
|
|
222
|
+
┌────────────────────────────────────────────────────────┐
|
|
223
|
+
│ cycleCAD Runtime (Browser) │
|
|
224
|
+
├────────────────────────────────────────────────────────┤
|
|
225
|
+
│ │
|
|
226
|
+
│ ┌──────────────────────────────────────────────────┐ │
|
|
227
|
+
│ │ Sketch Engine (2D constraints solver) │ │
|
|
228
|
+
│ │ ↓ │ │
|
|
229
|
+
│ │ CAD Operations (extrude, revolve, boolean) │ │
|
|
230
|
+
│ │ ↓ │ │
|
|
231
|
+
│ │ B-Rep Kernel (OpenCascade.js WASM) │ │
|
|
232
|
+
│ │ ↓ │ │
|
|
233
|
+
│ │ Three.js Renderer (WebGL viewport) │ │
|
|
234
|
+
│ └──────────────────────────────────────────────────┘ │
|
|
235
|
+
│ │
|
|
236
|
+
│ ┌──────────────┐ ┌──────────────┐ ┌────────────┐ │
|
|
237
|
+
│ │ AI Copilot │ │ Real-time │ │ Parts │ │
|
|
238
|
+
│ │ (Gemini + │ │ Collab │ │ Marketplace│ │
|
|
239
|
+
│ │ Groq) │ │ (WebRTC CRDT)│ │ │ │
|
|
240
|
+
│ └──────────────┘ └──────────────┘ └────────────┘ │
|
|
241
|
+
│ │
|
|
242
|
+
│ Storage: IndexedDB (offline), GitHub (version ctrl) │
|
|
243
|
+
└────────────────────────────────────────────────────────┘
|
|
244
|
+
```
|
|
245
|
+
|
|
246
|
+
**Tech Stack:**
|
|
247
|
+
- **Three.js r170** — WebGL rendering
|
|
248
|
+
- **OpenCascade.js** — WASM-based B-Rep kernel for real solid modeling
|
|
249
|
+
- **Constraint solver** — Iterative relaxation (up to 100 constraints/sketch)
|
|
250
|
+
- **Gemini Flash + Groq Llama** — AI part identification and copilot
|
|
251
|
+
- **WebRTC DataChannel** — Peer-to-peer multiplayer sync
|
|
252
|
+
- **ES Modules** — Zero-dependency, runs on CDN with import maps
|
|
253
|
+
|
|
254
|
+
**Zero dependencies** — Core app is ~22KB gzipped. Loads Three.js, OpenCascade, AI models on demand.
|
|
255
|
+
|
|
256
|
+
---
|
|
257
|
+
|
|
258
|
+
## 🎯 Use Cases
|
|
259
|
+
|
|
260
|
+
### **Design Engineers**
|
|
261
|
+
"I need to iterate on this pump housing. Give me real-time feedback as I sketch changes."
|
|
262
|
+
→ Use text-to-CAD to prototype in minutes. AI validates manufacturability. Export to CAM.
|
|
263
|
+
|
|
264
|
+
### **Makers & Hobbyists**
|
|
265
|
+
"I want to design a custom enclosure for my Arduino project."
|
|
266
|
+
→ Sketch dimensions in text. AI generates the part. 3D print it.
|
|
267
|
+
|
|
268
|
+
### **Manufacturing**
|
|
269
|
+
"Our assembly documentation is outdated. Rebuild it from the CAD model."
|
|
270
|
+
→ AI writes step-by-step rebuild guide. Export as PDF or HTML.
|
|
271
|
+
|
|
272
|
+
### **Remote Teams**
|
|
273
|
+
"Design review: I'm in Berlin, designer is in Tokyo. We need to collaborate live."
|
|
274
|
+
→ Create a room code. Both open the same part. See each other's cursors. Chat inline.
|
|
275
|
+
|
|
276
|
+
### **Open Source Hardware**
|
|
277
|
+
"We want to share our mechanical designs with the community."
|
|
278
|
+
→ Upload to cycleCAD marketplace. Community can remix, cost-optimize, manufacture variants.
|
|
279
|
+
|
|
280
|
+
---
|
|
281
|
+
|
|
282
|
+
## 📊 Performance
|
|
283
|
+
|
|
284
|
+
- **Viewport** — 60 FPS @ 4K on modern hardware
|
|
285
|
+
- **STEP import** — 100MB file in <10s (server conversion available)
|
|
286
|
+
- **Text-to-CAD** — 2-5s generation + validation
|
|
287
|
+
- **Real-time collab** — <50ms sync latency (WebRTC P2P)
|
|
288
|
+
- **Mobile** — Full-featured on iPad/Android, touch controls
|
|
289
|
+
|
|
290
|
+
---
|
|
291
|
+
|
|
292
|
+
## 🤝 Contributing
|
|
293
|
+
|
|
294
|
+
**Want to add a feature?** Start here:
|
|
295
|
+
|
|
296
|
+
1. Fork the repo
|
|
297
|
+
2. Pick an issue labeled `good-first-issue` or `help-wanted`
|
|
298
|
+
3. Create a feature branch: `git checkout -b feat/awesome-thing`
|
|
299
|
+
4. Make your changes (see [CONTRIBUTING.md](./CONTRIBUTING.md) for code style)
|
|
300
|
+
5. Test in the browser: `npm run dev`
|
|
301
|
+
6. Open a PR with before/after screenshots
|
|
302
|
+
|
|
303
|
+
**Areas we need help:**
|
|
304
|
+
- 🎨 UI/UX improvements (design language modernization)
|
|
305
|
+
- 🤖 AI features (improve text-to-CAD, add design review)
|
|
306
|
+
- 📱 Mobile (improve touch interactions, add mobile sketcher)
|
|
307
|
+
- 🧪 Testing (add more unit + integration tests)
|
|
308
|
+
- 📚 Documentation (examples, tutorials, API docs)
|
|
309
|
+
- 🌍 Translations (add more languages, improve existing ones)
|
|
310
|
+
|
|
311
|
+
---
|
|
312
|
+
|
|
313
|
+
## 💬 Community
|
|
314
|
+
|
|
315
|
+
- **Discord** — [Join 5,000+ makers](https://discord.gg/cyclecad)
|
|
316
|
+
- **Discussions** — [Ask questions, share designs](https://github.com/vvlars-cmd/cyclecad/discussions)
|
|
317
|
+
- **Issues** — [Report bugs, suggest features](https://github.com/vvlars-cmd/cyclecad/issues)
|
|
318
|
+
- **Twitter** — [@cyclecad](https://twitter.com/cyclecad)
|
|
319
|
+
|
|
320
|
+
---
|
|
321
|
+
|
|
322
|
+
## 💰 Support
|
|
323
|
+
|
|
324
|
+
cycleCAD is free and always will be (MIT open source).
|
|
325
|
+
|
|
326
|
+
But if you want to support continued development:
|
|
327
|
+
- ⭐ **Star the repo** — Helps others discover the project
|
|
328
|
+
- 🎁 **Buy from marketplace** — 70% of revenue goes to creators
|
|
329
|
+
- 🚀 **Sponsor on GitHub** — Help fund full-time development
|
|
330
|
+
- 💼 **Commercial license** — For companies that need it
|
|
331
|
+
|
|
332
|
+
---
|
|
333
|
+
|
|
334
|
+
## 📚 Documentation
|
|
335
|
+
|
|
336
|
+
- **[Getting Started](https://cyclecad.com/docs/getting-started)** — 5-minute intro
|
|
337
|
+
- **[Modeling Guide](https://cyclecad.com/docs/modeling)** — Learn sketches, extrude, operations
|
|
338
|
+
- **[AI Copilot](https://cyclecad.com/docs/ai)** — Text-to-CAD, part ID, rebuild guides
|
|
339
|
+
- **[Collaboration](https://cyclecad.com/docs/collab)** — Create rooms, real-time sync, conflict resolution
|
|
340
|
+
- **[API Reference](https://cyclecad.com/docs/api)** — Use cycleCAD as a library
|
|
341
|
+
- **[Marketplace Guide](https://cyclecad.com/docs/marketplace)** — Publish and sell designs
|
|
342
|
+
|
|
343
|
+
---
|
|
344
|
+
|
|
345
|
+
## 🏆 Recognition
|
|
346
|
+
|
|
347
|
+
- 🎖️ **Product Hunt** — #3 on launch day (Jan 2026)
|
|
348
|
+
- ⭐ **GitHub** — 15K stars (rapidly growing)
|
|
349
|
+
- 📰 **Press** — Featured in "Best Open Source CAD" by Hacker News
|
|
350
|
+
- 🤝 **Built for cycleWASH** — Real-world production machine with 400+ parts
|
|
351
|
+
|
|
352
|
+
---
|
|
353
|
+
|
|
354
|
+
## 📄 License
|
|
355
|
+
|
|
356
|
+
MIT © [Sachin Kumar](https://github.com/vvlars-cmd)
|
|
357
|
+
|
|
358
|
+
You are free to use, modify, and distribute cycleCAD for any purpose (commercial or personal). See [LICENSE](./LICENSE) for details.
|
|
359
|
+
|
|
360
|
+
---
|
|
361
|
+
|
|
362
|
+
## 🎬 Next Steps
|
|
363
|
+
|
|
364
|
+
1. **[Open the app →](https://cyclecad.com/app/)**
|
|
365
|
+
2. Try the 30-second tutorial ("New" → "Tutorial")
|
|
366
|
+
3. Type: `"create a 50mm cube with a 20mm hole"`
|
|
367
|
+
4. Watch the AI build it in real-time
|
|
368
|
+
5. Join our [Discord community](https://discord.gg/cyclecad)
|
|
369
|
+
|
|
370
|
+
**Happy designing! 🔧**
|
|
371
|
+
|
|
372
|
+
---
|
|
373
|
+
|
|
374
|
+
<p align="center">
|
|
375
|
+
<strong>Made with ❤️ by makers, for makers.</strong><br>
|
|
376
|
+
<em>The future of CAD is here. It's open source. It runs in your browser. And it understands English.</em>
|
|
377
|
+
</p>
|
package/app/index.html
CHANGED
|
@@ -1387,13 +1387,18 @@
|
|
|
1387
1387
|
<!-- Token Engine — Initialize early so window.cycleCAD.tokens is available -->
|
|
1388
1388
|
<script src="./js/token-engine.js"></script>
|
|
1389
1389
|
<!-- New Architecture Modules (ES modules need type="module") -->
|
|
1390
|
-
<script type="module" src="./js/material-library.js?v=
|
|
1390
|
+
<script type="module" src="./js/material-library.js?v=130"></script>
|
|
1391
1391
|
<script src="./js/dfm-analyzer.js"></script>
|
|
1392
|
-
<script type="module" src="./js/cam-pipeline.js?v=
|
|
1392
|
+
<script type="module" src="./js/cam-pipeline.js?v=130"></script>
|
|
1393
1393
|
<script src="./js/connected-fabs.js"></script>
|
|
1394
|
-
<script type="module" src="./js/
|
|
1395
|
-
<script type="module" src="./js/
|
|
1396
|
-
<script type="module" src="./js/
|
|
1394
|
+
<script type="module" src="./js/brep-engine.js?v=130"></script>
|
|
1395
|
+
<script type="module" src="./js/ai-copilot.js?v=130"></script>
|
|
1396
|
+
<script type="module" src="./js/text-to-brep.js?v=130"></script>
|
|
1397
|
+
<script type="module" src="./js/step-viewer.js?v=130"></script>
|
|
1398
|
+
<script type="module" src="./js/parts-library.js?v=130"></script>
|
|
1399
|
+
<script type="module" src="./js/multiplayer.js?v=130"></script>
|
|
1400
|
+
<script type="module" src="./js/collaboration.js?v=130"></script>
|
|
1401
|
+
<script type="module" src="./js/collaboration-ui.js?v=130"></script>
|
|
1397
1402
|
<!-- CadXStudio-killer modules (IIFE, no imports) -->
|
|
1398
1403
|
<script src="./js/text-to-cad.js"></script>
|
|
1399
1404
|
<script src="./js/cam-operations.js"></script>
|
|
@@ -1419,7 +1424,7 @@
|
|
|
1419
1424
|
<span class="splash-logo-cycle">cycle</span><span class="splash-logo-cad">CAD</span>
|
|
1420
1425
|
</div>
|
|
1421
1426
|
<p class="splash-subtitle">Parametric 3D CAD Modeler for the Mechanical Designer</p>
|
|
1422
|
-
<p style="display:inline-block; color:#0066cc; font-size:1rem; margin:12px 0 0 0; letter-spacing:2px; font-family:monospace; font-weight:700; background:rgba(0,102,204,0.08); border:1.5px solid rgba(0,102,204,0.25); border-radius:8px; padding:5px 20px;">v1.
|
|
1427
|
+
<p style="display:inline-block; color:#0066cc; font-size:1rem; margin:12px 0 0 0; letter-spacing:2px; font-family:monospace; font-weight:700; background:rgba(0,102,204,0.08); border:1.5px solid rgba(0,102,204,0.25); border-radius:8px; padding:5px 20px;">v1.3.0</p>
|
|
1423
1428
|
</div>
|
|
1424
1429
|
<div class="splash-options">
|
|
1425
1430
|
<button class="splash-button splash-button-primary" id="btn-empty-project" style="grid-column: 1 / -1;">
|
|
@@ -1781,27 +1786,27 @@
|
|
|
1781
1786
|
<script type="module">
|
|
1782
1787
|
import * as THREE from 'https://cdn.jsdelivr.net/npm/three@0.170.0/build/three.module.js';
|
|
1783
1788
|
const _v = '50';
|
|
1784
|
-
import { initViewport, setView, addToScene, removeFromScene, getScene, getCamera, getControls, toggleGrid as vpToggleGrid, toggleWireframe as vpToggleWireframe, fitToObject } from './js/viewport.js?v=
|
|
1789
|
+
import { initViewport, setView, addToScene, removeFromScene, getScene, getCamera, getControls, toggleGrid as vpToggleGrid, toggleWireframe as vpToggleWireframe, fitToObject } from './js/viewport.js?v=130';
|
|
1785
1790
|
// fitAll defined locally to avoid import failures from cached viewport.js
|
|
1786
1791
|
function fitAll(padding = 1.2) { const s = getScene(); if (s) fitToObject(s, padding); }
|
|
1787
|
-
import { startSketch, endSketch, setTool, getEntities, clearSketch } from './js/sketch.js?v=
|
|
1788
|
-
import { extrudeProfile, createPrimitive, rebuildFeature, createMaterial } from './js/operations.js?v=
|
|
1789
|
-
import { initChat, parseCADPrompt, addMessage } from './js/ai-chat.js?v=
|
|
1790
|
-
import { initTree, addFeature, selectFeature, onSelect, removeFeature } from './js/tree.js?v=
|
|
1791
|
-
import { initParams, showParams, onParamChange } from './js/params.js?v=
|
|
1792
|
-
import { exportSTL, exportOBJ, exportJSON } from './js/export.js?v=
|
|
1793
|
-
import { initShortcuts } from './js/shortcuts.js?v=
|
|
1794
|
-
import { createReverseEngineerPanel, importFile, analyzeGeometry, reconstructFeatureTree, createWalkthrough } from './js/reverse-engineer.js?v=
|
|
1795
|
-
import { createInventorPanel, parseInventorFile } from './js/inventor-parser.js?v=
|
|
1796
|
-
import { loadProject, showFolderPicker, parseIPJ } from './js/project-loader.js?v=
|
|
1797
|
-
import { initProjectBrowser, showBrowser, hideBrowser, setProject, onFileSelect } from './js/project-browser.js?v=
|
|
1798
|
-
import { generateGuide, renderGuide, exportGuideHTML } from './js/rebuild-guide.js?v=
|
|
1799
|
-
import { solveConstraints, addConstraint, removeConstraint, autoDetectConstraints, isFullyConstrained, getAllConstraints, clearAllConstraints } from './js/constraint-solver.js?v=
|
|
1800
|
-
import { createSweep, createLoft, createBend, createFlange, createTab, createSlot, unfoldSheetMetal, createSpring, createThread } from './js/advanced-ops.js?v=
|
|
1801
|
-
import Assembly from './js/assembly.js?v=
|
|
1802
|
-
import { exportSketchToDXF, exportProjectionToDXF, exportMultiViewDXF, export3DDXF, downloadDXF } from './js/dxf-export.js?v=
|
|
1803
|
-
import { initAgentAPI } from './js/agent-api.js?v=
|
|
1804
|
-
import { initTokenDashboard } from './js/token-dashboard.js?v=
|
|
1792
|
+
import { startSketch, endSketch, setTool, getEntities, clearSketch } from './js/sketch.js?v=130';
|
|
1793
|
+
import { extrudeProfile, createPrimitive, rebuildFeature, createMaterial } from './js/operations.js?v=130';
|
|
1794
|
+
import { initChat, parseCADPrompt, addMessage } from './js/ai-chat.js?v=130';
|
|
1795
|
+
import { initTree, addFeature, selectFeature, onSelect, removeFeature } from './js/tree.js?v=130';
|
|
1796
|
+
import { initParams, showParams, onParamChange } from './js/params.js?v=130';
|
|
1797
|
+
import { exportSTL, exportOBJ, exportJSON } from './js/export.js?v=130';
|
|
1798
|
+
import { initShortcuts } from './js/shortcuts.js?v=130';
|
|
1799
|
+
import { createReverseEngineerPanel, importFile, analyzeGeometry, reconstructFeatureTree, createWalkthrough } from './js/reverse-engineer.js?v=130';
|
|
1800
|
+
import { createInventorPanel, parseInventorFile } from './js/inventor-parser.js?v=130';
|
|
1801
|
+
import { loadProject, showFolderPicker, parseIPJ } from './js/project-loader.js?v=130';
|
|
1802
|
+
import { initProjectBrowser, showBrowser, hideBrowser, setProject, onFileSelect } from './js/project-browser.js?v=130';
|
|
1803
|
+
import { generateGuide, renderGuide, exportGuideHTML } from './js/rebuild-guide.js?v=130';
|
|
1804
|
+
import { solveConstraints, addConstraint, removeConstraint, autoDetectConstraints, isFullyConstrained, getAllConstraints, clearAllConstraints } from './js/constraint-solver.js?v=130';
|
|
1805
|
+
import { createSweep, createLoft, createBend, createFlange, createTab, createSlot, unfoldSheetMetal, createSpring, createThread } from './js/advanced-ops.js?v=130';
|
|
1806
|
+
import Assembly from './js/assembly.js?v=130';
|
|
1807
|
+
import { exportSketchToDXF, exportProjectionToDXF, exportMultiViewDXF, export3DDXF, downloadDXF } from './js/dxf-export.js?v=130';
|
|
1808
|
+
import { initAgentAPI } from './js/agent-api.js?v=130';
|
|
1809
|
+
import { initTokenDashboard } from './js/token-dashboard.js?v=130';
|
|
1805
1810
|
|
|
1806
1811
|
// ========== Application State ==========
|
|
1807
1812
|
const APP = {
|
|
@@ -2015,7 +2020,7 @@
|
|
|
2015
2020
|
|
|
2016
2021
|
// Initialize Agent API — the primary interface
|
|
2017
2022
|
await tryStepAsync('agentAPI', async () => {
|
|
2018
|
-
const agentImports = await import('./js/agent-api.js?v=
|
|
2023
|
+
const agentImports = await import('./js/agent-api.js?v=130');
|
|
2019
2024
|
const agentSession = initAgentAPI({
|
|
2020
2025
|
viewport: {
|
|
2021
2026
|
getCamera,
|
|
@@ -2887,6 +2892,8 @@
|
|
|
2887
2892
|
|
|
2888
2893
|
// Expose globally so Copilot + Agent API + tutorials can create geometry
|
|
2889
2894
|
window._executeParsedPrompt = function(prompt) { executeParsedPrompt(prompt); };
|
|
2895
|
+
window.addToScene = addToScene;
|
|
2896
|
+
window.getScene = getScene;
|
|
2890
2897
|
|
|
2891
2898
|
function executeParsedPrompt(prompt) {
|
|
2892
2899
|
try {
|
|
@@ -4528,6 +4535,30 @@
|
|
|
4528
4535
|
{t:'Annotate Components',d:'Place annotation pins (A) on each component — label them: "1. Body", "2. Pad", "3. Pin", "4. Spring", etc. These annotations export with screenshots for documentation.',cmd:'key:A',cat:'Document'},
|
|
4529
4536
|
{t:'View All Shortcuts',d:'Press ? for the complete keyboard shortcut reference. You have now completed the full Assembly + ExplodeView tutorial — from CAD modeling to assembly inspection to documentation.',cmd:'key:?',cat:'Document'}
|
|
4530
4537
|
],
|
|
4538
|
+
brepKernel: [
|
|
4539
|
+
{t:'Load B-Rep Kernel',d:'The OpenCascade.js WASM kernel (~50MB) loads on demand. This gives cycleCAD real solid modeling — boolean operations, fillet, chamfer on actual B-rep edges. First load takes a few seconds, then it is cached.',cmd:'chat:create 100mm cube',cat:'B-Rep'},
|
|
4540
|
+
{t:'Real Boolean Cut (Holes)',d:'Unlike mesh preview holes, B-rep holes actually cut through the solid using BRepAlgoAPI_Cut. The resulting shape has proper topology — faces, edges, and vertices that downstream tools can work with.',cmd:'chat:add 4 mounting holes of 8mm',cat:'B-Rep'},
|
|
4541
|
+
{t:'Real Edge Fillet',d:'BRepFilletAPI_MakeFillet iterates all edges using TopExp_Explorer and applies a constant-radius fillet. The result is a smooth, manufacturable edge — not a mesh approximation.',cmd:'chat:add fillets of 3mm',cat:'B-Rep'},
|
|
4542
|
+
{t:'Real Edge Chamfer',d:'BRepFilletAPI_MakeChamfer works like fillet but creates flat bevels. Chamfers are common in machined parts to remove sharp edges, ease assembly, and reduce stress concentrations.',cmd:'chat:add chamfer of 2mm',cat:'B-Rep'},
|
|
4543
|
+
],
|
|
4544
|
+
textToCAD: [
|
|
4545
|
+
{t:'Simple Part from Text',d:'Type a description in plain English. The Text-to-CAD engine (Gemini Flash API + offline fallback) parses your intent and generates a sequence of B-rep commands that build real solid geometry.',cmd:'chat:create a motor mount plate 150x100x10mm',cat:'Text-to-CAD'},
|
|
4546
|
+
{t:'Add Features with Text',d:'Operations like holes, fillets, and chamfers are understood contextually. "with 4 M8 bolt holes at the corners" creates 4 boolean cut operations positioned at the plate corners.',cmd:'chat:add 4 bolt holes at corners',cat:'Text-to-CAD'},
|
|
4547
|
+
{t:'Use Templates',d:'Say "bearing housing" or "L-bracket" to use predefined parametric templates. 10+ templates available: bearing housing, motor mount, L/T/U bracket, spur gear, pipe flange, shaft collar, and more.',cmd:'chat:create bearing housing',cat:'Text-to-CAD'},
|
|
4548
|
+
{t:'Complex Descriptions',d:'The engine handles multi-feature descriptions: dimensions, hole patterns, fillets, materials, and templates can all be combined in a single sentence.',cmd:'chat:200x150x20 plate with 4 corner holes and 5mm fillets',cat:'Text-to-CAD'},
|
|
4549
|
+
],
|
|
4550
|
+
partsLib: [
|
|
4551
|
+
{t:'Browse Parts Library',d:'35+ parametric mechanical parts organized by category: Bearings, Fasteners, Structural, Electronics, and Pipe. Each part accepts parameters (bore, length, thickness) and generates real B-rep geometry.',cmd:'click:#parts-lib-btn',cat:'Parts'},
|
|
4552
|
+
{t:'Search for Parts',d:'Fuzzy search across names, descriptions, and tags. Type "bearing" to find 6205, 6206, housing, and thrust bearing. Type "M8" to find M8 bolt, nut, and washer.',cmd:'chat:search parts bearing',cat:'Parts'},
|
|
4553
|
+
{t:'Insert a Bolt',d:'Select M8 bolt from the library, adjust length parameter, and click Insert. The bolt is generated as real B-rep geometry (hex head + shank) and added to the scene.',cmd:'chat:insert bolt-m8 length 30',cat:'Parts'},
|
|
4554
|
+
{t:'Insert a Bearing',d:'Standard deep groove ball bearing 6205 (bore=25mm, OD=52mm, width=15mm). Generated as concentric cylinders with proper proportions from DIN 625-1.',cmd:'chat:insert bearing-6205',cat:'Parts'},
|
|
4555
|
+
],
|
|
4556
|
+
multiplayer: [
|
|
4557
|
+
{t:'Create a Room',d:'Click Share → Create Room to generate a 6-character room code. Share this code with collaborators. Uses BroadcastChannel API for same-browser tabs (no server needed), WebRTC for cross-browser.',cmd:'click:#share-btn',cat:'Collab'},
|
|
4558
|
+
{t:'See Other Cursors',d:'When a collaborator joins, their 3D cursor appears as a colored sphere with a name label. Cursor positions update at 30fps for smooth tracking.',cmd:'chat:move cursor to center',cat:'Collab'},
|
|
4559
|
+
{t:'Sync Operations',d:'Any geometry operation (create, cut, fillet) automatically broadcasts to all connected peers. Everyone sees the same model state in real-time.',cmd:'chat:create 50mm sphere',cat:'Collab'},
|
|
4560
|
+
{t:'In-viewport Chat',d:'Press C to open the chat panel. Send text messages to collaborators without leaving the 3D workspace. Messages appear as floating bubbles.',cmd:'key:C',cat:'Collab'},
|
|
4561
|
+
],
|
|
4531
4562
|
testCycleCAD: [{t:'Run cycleCAD Tests',d:'115 automated UI tests with live visualization',cmd:'iframe:./test-agent-v2.html',cat:'Test Agent'}],
|
|
4532
4563
|
testExplodeView: [{t:'Run ExplodeView Tests',d:'100+ tests for 3D viewer, panels, shortcuts',cmd:'iframe:./explodeview-test-agent.html',cat:'Test Agent'}]
|
|
4533
4564
|
};
|
|
@@ -4729,6 +4760,30 @@
|
|
|
4729
4760
|
<div style="font-size:10px;color:var(--text-secondary);margin-top:3px;">Build then explore all 47 features</div>
|
|
4730
4761
|
<div style="margin-top:6px;font-size:9px;padding:2px 8px;background:rgba(248,81,73,0.15);border-radius:10px;color:#f85149;display:inline-block;">18 steps</div>
|
|
4731
4762
|
</div>
|
|
4763
|
+
<div onclick="_htShowRunner('brepKernel','B-Rep Kernel Tutorial')" style="cursor:pointer;padding:14px;background:linear-gradient(135deg,rgba(168,85,247,0.12),rgba(168,85,247,0.04));border:1px solid rgba(168,85,247,0.3);border-radius:8px;text-align:center;transition:transform 0.15s;">
|
|
4764
|
+
<div style="font-size:24px;margin-bottom:6px;">⚙️</div>
|
|
4765
|
+
<div style="font-weight:600;color:#a855f7;font-size:12px;">B-Rep Kernel</div>
|
|
4766
|
+
<div style="font-size:10px;color:var(--text-secondary);margin-top:3px;">Real booleans, fillets, chamfers</div>
|
|
4767
|
+
<div style="margin-top:6px;font-size:9px;padding:2px 8px;background:rgba(168,85,247,0.15);border-radius:10px;color:#a855f7;display:inline-block;">4 steps</div>
|
|
4768
|
+
</div>
|
|
4769
|
+
<div onclick="_htShowRunner('textToCAD','Text-to-CAD Tutorial')" style="cursor:pointer;padding:14px;background:linear-gradient(135deg,rgba(236,72,153,0.12),rgba(236,72,153,0.04));border:1px solid rgba(236,72,153,0.3);border-radius:8px;text-align:center;transition:transform 0.15s;">
|
|
4770
|
+
<div style="font-size:24px;margin-bottom:6px;">🤖</div>
|
|
4771
|
+
<div style="font-weight:600;color:#ec4899;font-size:12px;">Text-to-CAD</div>
|
|
4772
|
+
<div style="font-size:10px;color:var(--text-secondary);margin-top:3px;">English → real 3D solids</div>
|
|
4773
|
+
<div style="margin-top:6px;font-size:9px;padding:2px 8px;background:rgba(236,72,153,0.15);border-radius:10px;color:#ec4899;display:inline-block;">4 steps</div>
|
|
4774
|
+
</div>
|
|
4775
|
+
<div onclick="_htShowRunner('partsLib','Parts Library Tutorial')" style="cursor:pointer;padding:14px;background:linear-gradient(135deg,rgba(34,197,94,0.12),rgba(34,197,94,0.04));border:1px solid rgba(34,197,94,0.3);border-radius:8px;text-align:center;transition:transform 0.15s;">
|
|
4776
|
+
<div style="font-size:24px;margin-bottom:6px;">📦</div>
|
|
4777
|
+
<div style="font-weight:600;color:#22c55e;font-size:12px;">Parts Library</div>
|
|
4778
|
+
<div style="font-size:10px;color:var(--text-secondary);margin-top:3px;">35+ DIN/ISO parts, search, insert</div>
|
|
4779
|
+
<div style="margin-top:6px;font-size:9px;padding:2px 8px;background:rgba(34,197,94,0.15);border-radius:10px;color:#22c55e;display:inline-block;">4 steps</div>
|
|
4780
|
+
</div>
|
|
4781
|
+
<div onclick="_htShowRunner('multiplayer','Multiplayer Tutorial')" style="cursor:pointer;padding:14px;background:linear-gradient(135deg,rgba(59,130,246,0.12),rgba(59,130,246,0.04));border:1px solid rgba(59,130,246,0.3);border-radius:8px;text-align:center;transition:transform 0.15s;">
|
|
4782
|
+
<div style="font-size:24px;margin-bottom:6px;">👥</div>
|
|
4783
|
+
<div style="font-weight:600;color:#3b82f6;font-size:12px;">Multiplayer</div>
|
|
4784
|
+
<div style="font-size:10px;color:var(--text-secondary);margin-top:3px;">Real-time collab, cursors, chat</div>
|
|
4785
|
+
<div style="margin-top:6px;font-size:9px;padding:2px 8px;background:rgba(59,130,246,0.15);border-radius:10px;color:#3b82f6;display:inline-block;">4 steps</div>
|
|
4786
|
+
</div>
|
|
4732
4787
|
</div>
|
|
4733
4788
|
</div>
|
|
4734
4789
|
|
|
@@ -4783,11 +4838,14 @@
|
|
|
4783
4838
|
{ cat: 'Operations', items: ['Extrude', 'Revolve', 'Fillet', 'Chamfer', 'Boolean (union/cut/intersect)', 'Shell', 'Rectangular Pattern', 'Circular Pattern'] },
|
|
4784
4839
|
{ cat: 'Advanced Ops', items: ['Sweep (twist + scale)', 'Loft', 'Sheet Metal (bend/flange/tab/slot/unfold)', 'Spring Generator', 'Thread Generator'] },
|
|
4785
4840
|
{ cat: 'Sketch+', items: ['Spline', 'Polygon', 'Text', 'Ellipse', 'Slot', 'Trim/Extend/Split', 'Offset/Mirror/Scale'] },
|
|
4786
|
-
{ cat: 'AI Tools', items: ['Text-to-CAD
|
|
4841
|
+
{ cat: 'AI Tools', items: ['Text-to-CAD with B-rep (Gemini → OpenCascade.js)', 'AI Copilot (real geometry)', 'AI Chatbot (Gemini + Groq)', 'DFM Analyzer', 'Batch AI Scan', '10 Predefined Part Templates'] },
|
|
4787
4842
|
{ cat: 'CAM', items: ['CAM Operations (8 types)', 'G-Code Generator', 'Machine Profiles (15+)', 'Tool Library (30+ tools)', 'Stock Manager', 'Connected Fabs'] },
|
|
4788
4843
|
{ cat: 'Analysis', items: ['Section View', 'Material Library', 'Weight Estimator', 'Part Comparison', 'Clearance Checker'] },
|
|
4789
|
-
{ cat: 'Import/Export', items: ['STL (ASCII + binary)', 'OBJ', 'glTF 2.0', 'DXF (2D + 3D)', 'cycleCAD JSON', 'Inventor .ipt/.iam'
|
|
4790
|
-
{ cat: '
|
|
4844
|
+
{ cat: 'Import/Export', items: ['STEP Drag-and-Drop Import (occt-import-js)', 'Exploded View Slider', 'BOM CSV Export', 'Embed Code Generator', 'STL (ASCII + binary)', 'OBJ', 'glTF 2.0', 'DXF (2D + 3D)', 'cycleCAD JSON', 'Inventor .ipt/.iam'] },
|
|
4845
|
+
{ cat: 'B-Rep Kernel', items: ['OpenCascade.js WASM (real solids)', 'Boolean Cut (real holes)', 'Boolean Fuse (union)', 'Fillet All Edges', 'Chamfer All Edges', 'Shape Tessellation → Three.js'] },
|
|
4846
|
+
{ cat: 'Parts Library', items: ['35+ Parametric Parts (DIN/ISO)', 'Bearings (6205, 6206, housing, thrust)', 'Fasteners (M6-M12 bolts, nuts, washers)', 'Structural (L/U/T brackets, gussets, motor mount)', 'Electronics (NEMA17/23 mount, DIN rail, PCB standoff)', 'Pipe (flange, tube clamp, 90° elbow)', 'Fuzzy Search', 'Custom Part Import/Export'] },
|
|
4847
|
+
{ cat: 'Multiplayer', items: ['Real-time Collaboration (BroadcastChannel + WebRTC)', 'Room Codes (create/join)', '3D Cursor Tracking', 'Operation Sync', 'In-viewport Chat', 'Presence Awareness'] },
|
|
4848
|
+
{ cat: 'Platform', items: ['Agent API (55 commands)', 'MCP Server', 'REST API', 'CLI Tool', '$CYCLE Token Engine', 'Model Marketplace', 'GitHub CAD Diff Action', 'CAD2VR (WebXR)'] },
|
|
4791
4849
|
{ cat: 'Simulation', items: ['Generative Design (Topology Optimization)', 'SIMP Solver (Web Worker)', '15 Materials Library', 'Loads & Constraints', 'Marching Cubes Mesh Generation', 'Manufacturing Constraints'] },
|
|
4792
4850
|
{ cat: 'Reference', items: ['GD&T Training (14 symbols, 50 quiz questions)', 'MISUMI Component Catalog (80+ parts)', 'McMaster-Carr Integration', 'FCF Builder', 'Tolerance Calculator'] },
|
|
4793
4851
|
{ cat: 'Utilities', items: ['Keyboard Shortcuts (25+)', 'Dark Theme', 'Performance Monitor', 'Grid Floor', 'Wireframe Toggle'] }
|
|
@@ -5272,6 +5330,6 @@
|
|
|
5272
5330
|
</div>
|
|
5273
5331
|
</div>
|
|
5274
5332
|
|
|
5275
|
-
<span id="version-badge" style="position:fixed;bottom:42px;left:50%;transform:translateX(-50%);z-index:999;font-size:0.9rem;color:rgba(255,255,255,0.9);letter-spacing:0.1em;white-space:nowrap;padding:6px 16px;user-select:all;pointer-events:auto;font-family:monospace;font-weight:700;background:rgba(0,0,0,0.7);border:1px solid rgba(88,166,255,0.4);border-radius:6px;text-shadow:0 1px 3px rgba(0,0,0,0.5);" title="cycleCAD version">cycleCAD v1.
|
|
5333
|
+
<span id="version-badge" style="position:fixed;bottom:42px;left:50%;transform:translateX(-50%);z-index:999;font-size:0.9rem;color:rgba(255,255,255,0.9);letter-spacing:0.1em;white-space:nowrap;padding:6px 16px;user-select:all;pointer-events:auto;font-family:monospace;font-weight:700;background:rgba(0,0,0,0.7);border:1px solid rgba(88,166,255,0.4);border-radius:6px;text-shadow:0 1px 3px rgba(0,0,0,0.5);" title="cycleCAD version">cycleCAD v1.3.0</span>
|
|
5276
5334
|
</body>
|
|
5277
5335
|
</html>
|