Added replicad in the curated codeCAD

This commit is contained in:
Steve Genoud
2022-02-17 14:26:01 +01:00
parent 04261355b7
commit 77bbc95212

View File

@@ -206,6 +206,20 @@ Python-based, Also uses [OpenCascade](https://github.com/tpaviot/oce).
Another project inspired by OpenSCAD. The author considers key differences to be procedural vs functional programming language style, (i.e variables can be modified) and the use of arbitrary precision arithmetic throughout (meaning there are no unexpected double/float rounding errors). There is a handy [feature matrix](https://github.com/GilesBathgate/RapCAD/blob/master/doc/feature_matrix.asciidoc) between RapCAD, OpenSCAD and ImplicitCad.
### [replicad](https://replicad.xyz)
- [Repo](https://github.com/sgenoud/replicad)
- [Community](https://github.com/sgenoud/replicad/discussions)
- [Docs](https://replicad.xyz/docs/intro)
- License: AGPL
- [Online editor](https://studio.replicad.xyz/visualiser)
A library to build browser based 3D models with code. Exposes an API inspired by
[CadQuery](https://cadquery.readthedocs.io/en/latest/intro.html), written to
run in the browser. Replicad is a javascript wrapper on top of
[opencascade.js](https://github.com/donalffons/opencascade.js/)
### [scad-clj](https://github.com/farrellm/scad-clj)
- [Repo](https://github.com/farrellm/scad-clj)
- ~~Community~~