KanishkDadhich / molars

A webapp to mold dentures and then export them as 3-D printable .stls

Home Page:https://molars.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🦷 Molars 🦷

A webapp to mold dentures and then export them as 3-D printable .stls

Open Sauced

Table of Contents
  1. About The Project
  2. How it works?
  3. Functionalities
  4. Getting Started
  5. Contributing
  6. Useful Links
  7. License
  8. Contact

About The Project

Molars is a crossplatform webapp aimed to help dental professionals analyse various scanned patient cavity models and then mould them to their whims before obtaining 3-D printable .stls.

(back to top)

How it works?

The webapp works by rendering the given models on a HTML canvas using Three.js v75. Then it allows the user to select individual teeth and then deform it to there whim using FFD. Then once the modeling is done the user can export the new configuration as .stl files.

Functionalities

  • Selection

    Clicking on a tooth selects it,then clicking on one of the control points (blue) selects it which then allows easy 
    deformation using the arrows. Unselection works in a stacked manner, just double click and the app will unselect the
    last selected item, successive double clicks can be used to unselect everything
    
    selection.mp4
  • Opacity

    Control the Opacity of the jaw model
    
    1 1
  • Wireframe

    Wireframe material on the models to show the intricracies of the model geometry
    
    1 2
  • Deformation Point Multiplier

    Changes the DPM to 2X, 3X or 4X
    
    1 2 3
  • Export

     Export the modified models as .stls. Currently only exporting as base64 strings
    

Built With

(back to top)

Getting Started

Below are the instructions on setting up this project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

Installation

  1. Clone the repo
    git clone https://github.com/Shoray2002/molars.git
  2. Start the Live Server

The Project is now running locally

(back to top)

Links

(back to top)

Contributing

  The code is very sphagetti at some places and missing some features. Feel free to take on any issue 
  and even create new ones for things you consider this project lacks. Check out the links above if 
  you want a brief overview of tech used here and don't hesitate to ping me in case you get stuck.

Warning: There are numerous differences between Threejs v75 and latest. So cross compatibality may be a problem at some places.

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Shoray - @ShoraySinghal - shoryasinghall@gmail.com

Deployment Link: molars

Personal Website: LordShorya

(back to top)

About

A webapp to mold dentures and then export them as 3-D printable .stls

https://molars.netlify.app

License:MIT License


Languages

Language:JavaScript 99.5%Language:CSS 0.3%Language:HTML 0.3%