/react-cad-portfolio

A simple react container for rendering a list of pinned STL designs

Primary LanguageTypeScript

React CAD Portfolio

A simple CAD portfolio for designers and engineers, featuring some 3D rendering of STL files via three.js and other material ui elements.

To use:

  • yarn install to install all dependencies from lock file
  • Edit the src/designs/designs.ts file to reflect the state you want to portray on-screen
  • yarn start

Future developments:

  • Optimize three.js rendering performance
  • Include support for technical drawings
  • Make STLViewer responsive