From 2aaac6f70b344200327fa5bd357729eeb4f2d964 Mon Sep 17 00:00:00 2001 From: Olivier Chafik Date: Fri, 27 Dec 2024 12:03:43 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b151ae6..bbc30e0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ image -This is a limited port of OpenSCAD to WebAssembly, using at its core a headless WASM build of OpenSCAD ([done by @DSchroer](https://github.com/DSchroer/openscad-wasm)), wrapped in a UI made of pretty [PrimeReact](https://github.com/primefaces/primereact) components, a [React Monaco editor](https://github.com/react-monaco-editor/react-monaco-editor) (VS Codesque power!), and an interactive [](https://modelviewer.dev/) renderer. +This is a limited port of [OpenSCAD](https://openscad.org) to WebAssembly, using at its core a headless WASM build of OpenSCAD ([done by @DSchroer](https://github.com/DSchroer/openscad-wasm)), wrapped in a UI made of pretty [PrimeReact](https://github.com/primefaces/primereact) components, a [React Monaco editor](https://github.com/react-monaco-editor/react-monaco-editor) (VS Codesque power!), and an interactive [model-viewer](https://modelviewer.dev/) renderer. It defaults to the [Manifold backend](https://github.com/openscad/openscad/pull/4533) so it's **super** fast.