From dbf29c02a9c02d4a1681add1b4247f6c6021ed32 Mon Sep 17 00:00:00 2001 From: Yeicor <4929005+Yeicor@users.noreply.github.com> Date: Sat, 26 Oct 2024 21:08:56 +0200 Subject: [PATCH] Add cq-studio to README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 11d8569..16c72d3 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,9 @@ demo [here](https://yeicor-3d.github.io/yet-another-cad-viewer/?preload=logo.glb [without animation](https://yeicor-3d.github.io/yet-another-cad-viewer/?autoplay=false&preload=logo.glb&preload=logo_hl.glb&preload=fox.glb&preload=img.jpg.glb&preload=location.glb)). ![Demo](assets/screenshot.png) + +## Related projects + +- [cq-studio](https://github.com/ccazabon/cq-studio): provides an alternative workflow that detects file changes instead + of relying on an interactive environment like Jupyter for hot-reloading. + Uses the same backend and frontend behind the scenes.