A growing collection of small, self-contained utilities from 0x12net. Each tool lives in its own file (or folder) in this repository and can be used standalone — no shared build system or dependencies between them.
| Tool | Description |
|---|---|
| pointMade.html | Browser-based 3D viewer for STEP/IGES/JSON models with numbered annotation points and export to common frame sizes. Runs entirely client-side. |
More utilities will be added here over time — each new one gets its own row above and, if needed, its own section below.
Most tools in this repository are plain static files (typically a single HTML file) that run entirely in the browser, with no installation or build step required. To use one:
.html file directly in a modern browser, or
A browser-based STEP/IGES viewer for placing numbered callouts on a 3D model and exporting a clean, presentation-ready image. Everything runs client-side — nothing is uploaded.
Features
.step/.stp/.iges/.igs files (via file picker or drag & drop), parsed entirely in the browser..json capturing the camera angle, every callout (including its 3D anchor), and all style settings — not the model geometry itself, so reloading a project re-applies it to the source model once reopened.Ctrl+Z / Ctrl+Shift+Z), multi-select (Ctrl/Shift-click), delete selected callouts (Delete/Backspace), cancel a placement in progress (Esc).This project is licensed under the GNU General Public License v3.0.