import React from 'react' import clsx from 'clsx' import Layout from '@theme/Layout' import Link from '@docusaurus/Link' import useDocusaurusContext from '@docusaurus/useDocusaurusContext' import useBaseUrl from '@docusaurus/useBaseUrl' import styles from './styles.module.css' export default function Home() { const context = useDocusaurusContext() const { siteConfig = {} } = context return (

{siteConfig.title}

Cadhub is a community hub for Code-CAD projects aiming to push the paradigm forward.

Code-CAD is the premier way to design parts, it fits into software-dev work-flow and is right level of abstraction having, parts defined as auditable scripts.

We have beta integrations with OpenSCAD and CadQuery. The best way to learn more is to:

Get Started

What's the potential of code-cad?

Have you ever started frantically reaching for a pen when trying to explain an idea?

Engineers love drawings and CAD extends that, though now communicating with machines is just as important as with colleagues. What better way to do that than with a deterministic, expressive and auditable script?

Extensible

If it bleeds it's text, we can kill hack it

  • Build your own helper functions and abstractions
  • Trigger{' '} FEM {' '} or regenerate tool paths with a{' '} CI/CD {' '} process
  • Auto-generate a{' '} BOM
  • Integrate it into your{' '} PLM{' '} tools

Team coordination doesn't get any better than git. Multiple people working on a complex assembly without treading on each other -- what else is there to say?

Software is taking over the world, and so are developers. In the U.S. developers are 1.4M strong and are predicted to increase their{' '} ranks by 22% {' '} over the next 10 years. As coders proliferate, so will the number of areas in which they operate, including CAD.

) } function MarketingPoint({ leadingPoint, title, children }) { return (
{leadingPoint}

{title}

{children}
) }