pulasthibandara / house-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

House Builder

A test 'minecraft' like voxel builder built with three.js

Development setup

# Uses yarn package manager and webpack for development and build processes
# Install external dependencies
yarn install

# start development server
npm run serve

Build

# builds to ./app directory
npm run build

Demo

  1. To insert a shape select the shape and the material and click on the plane
  2. To remove a shape shift click on the shape to remove
  3. To rotate the scene drag while holding down the mouse

DEMO!

Example

House Builder Example

About


Languages

Language:TypeScript 77.1%Language:JavaScript 17.8%Language:HTML 3.9%Language:CSS 1.2%