From 6179182f45021a3b7b264614da053442e9726cc4 Mon Sep 17 00:00:00 2001 From: Hakan Seven Date: Wed, 17 Jun 2026 01:07:36 +0300 Subject: [PATCH] docs: link the web (GitHub Pages) build + note its limitations Co-Authored-By: Claude Opus 4.8 --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 912161d5..dd65259f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,20 @@ A CAD application for 2D drafting and 3D modeling, built with Rust. Reads and wr resim resim2 +## Try it in the browser + +A WebAssembly build runs directly in the browser — no install: + +**https://hakanseven12.github.io/OpenCADStudio/** + +It covers the core 2D workflow (open / draw / edit / save DWG & DXF, plus all +the manager and style dialogs), with a few limitations versus the desktop app: + +- **No 3D modeling** — solid primitives, booleans and ACIS import are disabled. +- **Hatches don't render** (WebGL2 lacks the vertex-stage storage the hatch shader needs). +- **Fonts**: only the bundled stroke fonts; system/TrueType fonts and missing-glyph fallback aren't available. +- **Single-threaded**, so large drawings are slower than on the desktop. + ## Features ### File Formats