Skip to content

fanna/webgl-editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Quick start

This guide assumes you have Node.js and Bower installed globally. To install Bower:

npm install --global bower

To try the application at this early stage, clone this repository, cd in, and run:

npm install && bower install

Serve it on http://localhost:8080/ with:

node app.js

About

3D modeling made easy with Polymer and three.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.6%
  • HTML 27.6%
  • CSS 7.8%