Web version (issue #45)
Open CAD Studio now runs in the browser — https://hakanseven12.github.io/OpenCADStudio/ — no install. The full 2D workflow works online: open / draw / edit / save DWG & DXF, plus every manager and style dialog. It auto-deploys on each release.
Web limitations vs. desktop: no 3D modeling, hatches don't render, only the bundled stroke fonts, single-threaded.
In-canvas dialogs
Every former pop-up window — style editors, layer / layout / plot managers, the colour picker (nested), Save / unsaved prompts, About, shortcuts, plugins — is now an in-canvas modal. The app is single-window on both desktop and web. The backdrop dims but only the ✕ closes.
Fonts
- System TrueType font support on the desktop, with shaping (ligatures, Arabic joining, kerning, bidi) and automatic font fallback.
- Curated the bundled stroke-font set down to the standard equivalents.
Other
- OCS Web button on the Start page; Send Feedback now pre-fills the GitHub issue with the app version and platform.
- Fixed the Donate button (Start-tab gate + web).
- Internal: scene modules regrouped into role-based folders.
Full Changelog: v0.5.7...v0.5.8