Skip to content

Commit 0c96f33

Browse files
committed
Merge branch 'dev' into main
2 parents 103b920 + e0287b7 commit 0c96f33

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ Cadscript is based on [CadQuery](https://github.com/CadQuery/cadquery/), a Pytho
1515

1616
## Status
1717

18-
Cadscript is still in development. Version 1.0 will be the first release. Until then expect API changes to happen without prior annoucements. If you want to make sure your scripts don't break, use a specific version, e.g. 0.2.
18+
Cadscript is still in development. Version 1.0 will be the first release. Until then expect API changes to happen without prior annoucements. If you want to make sure your scripts don't break, use a specific version, e.g. 0.5.
1919

2020
## Why Cadscript?
2121

2222
Using Python, you have a simple, yet powerful scripting language. With Cadscript you can leverage these capabilities and commbine them with the powerful Open Cascade technology - and all that without making it complicated.
2323

2424
### Why not CadQuery?
2525

26-
CadQuery already is a Python module wrapping the Open Cascade kernel. It is a very feature-rich module, making most of the many Open Cascade functionalities available to the Python programmer. But in our feeling, it still is a bit to complex. If you are new to CadQuery it is bit hard to find your way around. We were looking for something simpler, a bit like [OpenSCAD](http://openscad.org/).
26+
CadQuery already is a Python module wrapping the Open Cascade kernel. It is a very feature-rich module, making most of the many Open Cascade functionalities available to the Python programmer. But in our feeling, it still is a bit too complex. If you are new to CadQuery it is bit hard to find your way around. We were looking for something simpler, a bit like [OpenSCAD](http://openscad.org/).
2727

2828
### Why not OpenSCAD?
2929

@@ -59,7 +59,6 @@ For more details consult the [documentation](https://cadscript.readthedocs.io/).
5959
* Export: DFX, SVG (Sketches), SVG (3D rendering), STEP, STL
6060
* Compatibility with CadQuery
6161
* CQ-Editor integration
62-
* Jupyter integration (TODO, planned for version 1.0)
6362
* Construction planes (TODO, planned for version 1.0)
6463
* Revolve and loft operation (TODO, planned for version 1.0)
6564
* Assemblies (TODO, planned for version 1.0)

0 commit comments

Comments
 (0)