Coder Social home page Coder Social logo

2to3d's Introduction

2to3D: a user friendly parametric CAD program for Laser Cutting

Leo McElroy and Ben Brown

CS701 Project Proposal

Abstract

We created a user-friendly computer-aided design (CAD) program for laser cutting which integrates the desired fea- tures of vector drawing software and 3D parametric CAD programs. We implemented basic drawing, editing, and transformation tools. The program is capable of outputting SVGs (the Scalable Vector Graphics image format). Ge- ometric constraints are solved using Cassowary.js - an im- plementation of the Simplex Algorithm. Linear constraints (coincidence, fixing of points, vertical, and horizontal) are efficient and robust. Nonlinear constraints (distance, line angles, parallel, and perpendicular) are not naturally ac- commodate by the Simplex Algorithm and required clever workarounds to function, consequently they are less robust. The program is accessible by virtue of being open-source and a web application which can run in any modern web-browser. We were successful in creating an accessible and functional parametric design program which simplifies the laser cutting workflow, however the project requires improvement before we foresee widespread adoption by laser cutting hobbyists. Future development of the project would include building out drawing features, adding circle and arc shape primitives, raster image import, utilizing a geometric constraint solver that accommodates nonlinear equations (such as gradient descent), and improving state handling of the program to support undo/redo tools.

Full report

The full report can be found in this git repo: https://github.com/leomcelroy/2to3D/blob/master/report.pdf

2to3d's People

Contributors

leomcelroy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.