Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 916 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 916 Bytes

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.