Added test tabs, got closing and switching working

This commit is contained in:
Frank Johnson
2021-09-18 19:54:54 -04:00
parent d71eec6a5e
commit 2f006d3e3b
5 changed files with 119 additions and 10 deletions

View File

@@ -0,0 +1,12 @@
---
"Written with": Python
"Kernal type": BREP
---
# CadQuery
CadQuery is an intuitive, easy-to-use Python library for building parametric 3D CAD models. It has several goals:
- Build models with scripts that are as close as possible to how youd describe the object to a human, using a standard, already established programming language
- Create parametric models that can be very easily customized by end users
- Output high quality CAD formats like STEP and AMF in addition to traditional STL
- Provide a non-proprietary, plain text model format that can be edited and executed with only a web browser

View File

@@ -0,0 +1,7 @@
---
"Written with": JavaScript
"Kernal type": BREP
---
# JSCAD
JSCAD is an open source set of modular, browser and command line tools for creating parametric 2D and 3D designs with Javascript code. It provides a quick, precise and reproducible method for generating 3D models, and is especially useful for 3D printing applications.

View File

@@ -0,0 +1,7 @@
---
"Written with": C+-like
"Kernal type": BREP
---
# OpenSCAD
OpenSCAD is a solid 3D modeler that enables the creation of parametric models using its scripting language. Models are created by utilizing a technique called constructive solid geometry. According to this technique, simple objects can be transformed and combined in order to create almost any complex model.