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