ybinu / webgl-editor

3D modeling made easy with Polymer and three.js

Home Page:http://webgleditor.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webgl-editor

[![Build Status] (https://semaphoreci.com/api/v1/projects/6da4ddc8-c4f1-464e-a3f7-8147ee5b645c/566643/badge.svg)] (https://semaphoreci.com/metropolislights/webgl-editor)

3D modeling made easy with Polymer and three.js

Introduction

This project aims to to make 3D content creation easy and accessible to everyone by leveraging modern web technologies in order to provide a simplified UI for people who are considering working with 3D content as a career or hobby. It is heavily inspired by the work of arodic.

To view a demo of the editor in action, click here.

Quick start

To install all the required dependencies, run:

npm install

To serve the application on http://localhost:8080/, run:

npm start

Also, linting using JSCS can be performed with npm run lint.

About

3D modeling made easy with Polymer and three.js

http://webgleditor.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 59.9%Language:HTML 34.8%Language:CSS 5.3%