klan / stl-estimator-nodejs

An STL 3D model estimator built with NodeJS, Vanilla JavaScript and Handlebars. HacktoberFest 2019

Home Page:https://safe-sands-37461.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STL Estimator - HacktoberFest 2019

buddy pipeline

The goal of this project is to create an online STL file that users can upload a 3D Model (STL format binary or ascii) to get stats of their 3D Models. An example would be the volume of the model or the bouding box (L x W x H). This is commonly used for 3D Printing and depending on the level of interest we can accomplish some pretty cool things with this project. Things like Cost Estimation, Model Renderings, Saving Projects and Procssing G-Code files!

Here is a rough example of what something like this could look like:

stl example

Getting Started

Please review the Contributing file for information on how to work on this project

Dependancies

This project is built with NodeJS, Express, Vanilla JS and Handlebars. Let's try to keep this as simple as possible so everyone can contribute.

Requirements

  • NodeJS
  • Yarn or NPM (I use Yarn)
  • Nodemon

Working with the code

  • yarn install or npm install to install dependancies
  • yarn start or npm start to start the server and use the app
  • yarn dev or npm dev to fireup nodemon work in dev mode for the app

Working on Issues

Please request to work on an issue and wait until you are assigned. Once assigned please reply back that your working on it or it will go to the next person that asked.

Pull Request

Please always create pull requests to dev branch and see the Contributing for more details.

About

An STL 3D model estimator built with NodeJS, Vanilla JavaScript and Handlebars. HacktoberFest 2019

https://safe-sands-37461.herokuapp.com/

License:MIT License


Languages

Language:HTML 52.9%Language:CSS 24.5%Language:JavaScript 22.6%