Skip to content

richardwa/occ-tscad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Occ TSCad

Typescript CSG library leveraging Opencascade.js for rendering Live Editor

Local editor

the live editor is good for a trial, but the main point of having code based CAD is to leverage coding tool chain

  • autocomplete with any typescript supported IDE
  • git
  • import/export shapes
  • utility functions / repeated patterns
  • parameterized models

Getting Started

bun required (mainly for faster install and typescript run) - https://bun.com/docs/installation trust is required for postinstall script to run (this will build the ui bundle to be served by express)

bun add -D github:richardwa/occ-tscad
bun pm trust occ-tscad
bun x tscad-server <my files folder>

About

csg library in typescript using opencascade.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors