Coder Social home page Coder Social logo

vue-garage-builder's Introduction

3D garage builder in Vue.js

Build Status

Simple garage builder based on vue.js and three where you can adjust width and length of construction.
There is also option to change the number of garage gates.
App skeleton was created with vue-cli 3. Mobile version is not ready yet.

Demo online: barthicus.github.io/vue-garage-builder

Table of Contents

Tools used

  • Vue.js
  • three.js
  • Vuex (state management - optional)
  • vue-i18n (multilang support - optional)

The most important files

src/libs/GarageBuilder.js

It is builder class that create garage model, perforates sheet and positions/merge every parts together.
Every "builder" method return Object3D instance (from three.js) so library can be used in other JS frameworks.

TODO: Class probably should be refactored to subbuilder classes where everyone build own part.

component/Preview.vue

Vue component that renders 3D garage preview.

component/SceneHelpers.vue

Optional vue component that helps with lightining settings. It isn't required but it was really helpful to adjust all parameters (ambient, fog, spotlight etc.).

Real app usage

The full featured version of this app is deployed on Taurustal website. It containes many other functionalities such as:

  • change roof type
  • change sheet (type of perforation, color/texture)
  • possibility to add accessories (gutters, skylights, windows, doors)
  • autogenerated product images (from every perspective - front, rear, left, right, general)
  • order form

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

vue-garage-builder's People

Contributors

barthicus avatar

Watchers

 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.