diff --git a/docs/blog/2020-10-31-curated-code-cad.md b/docs/blog/2020-10-31-curated-code-cad.md index 7f155c4..3112f00 100644 --- a/docs/blog/2020-10-31-curated-code-cad.md +++ b/docs/blog/2020-10-31-curated-code-cad.md @@ -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~~