Giter Site home page Giter Site logo

stacksapien / architect3d Goto Github PK

View Code? Open in Web Editor NEW

This project forked from amitukind/architect3d

0.0 0.0 0.0 53.29 MB

WebGL based 3D interior designing tool with 2D Floor Planer.

License: MIT License

Shell 0.26% JavaScript 95.88% Python 0.15% TypeScript 2.99% CSS 0.14% HTML 0.58%

architect3d's Introduction

WebGL based 3D interior designing tool with 2D Floor Planer

About

This is a customizable application built on three.js that allows users to design an interior space such as a home or apartment.

Live Demo

Below are screenshots from Live Demo

  1. Create 2D floorplan:

floorplan

  1. Add items:

add_items

  1. Design in 3D:

3d_design

Developing and Running Locally

To get started, clone the repository and ensure you npm >= 3 and rollup installed, then run:

npm install
rollup -c

Rollup will only run if you have enabled command execution . If not run the following command first :

//Windows 10
Get-ExecutionPolicy -List
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

The latter command generates build/js/bp3djs.js from src.

NODE_ENV=production rollup -c

The above command will generate build/js/bp3djs.min.js a minified and uglified version of the js. The easiest way to run locally is by

     rollup -c -w

Then, visit http://localhost:10001 in your browser.

Directory Structure

src/ Directory

The src directory contains the core of the project. Here is a description of the various sub-directories:

core - Basic utilities such as logging and generic functions

floorplanner - 2D view/controller for editing the floorplan

items - Various types of items that can go in rooms

model - Data model representing both the 2D floorplan and all of the items in it

three - 3D view/controller for viewing and modifying item placement

DOCS

Included

Author

@amitukind | Website | [email protected]

architect3d's People

Contributors

amitukind avatar dependabot[bot] 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.