jdegenstein commited on
Commit
a56a5c9
·
unverified ·
1 Parent(s): a5cc3e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -1,7 +1,13 @@
1
  # nicegui-cadviewer
2
- A nicegui-based CAD editor and viewer for OCP-based projects like build123d
 
 
 
3
 
4
  After installing the dependencies, just run the file like:
5
  ```
6
  python cadviewer.py
7
  ```
 
 
 
 
1
  # nicegui-cadviewer
2
+ A nicegui-based CAD editor and viewer for OCP-based projects like build123d.
3
+
4
+ * Thanks especially to the [ocp_vscode](https://github.com/bernhard-42/vscode-ocp-cad-viewer) project
5
+ * Also thanks to the [nicegui](https://github.com/zauberzeug/nicegui) project
6
 
7
  After installing the dependencies, just run the file like:
8
  ```
9
  python cadviewer.py
10
  ```
11
+
12
+ Example screenshot:
13
+ ![image](https://github.com/user-attachments/assets/9f03598b-0f60-462a-a2b0-d9211ab0911d)