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.
This guide assumes you have Node.js and Bower installed globally. To install Bower:
npm install --global bowerTo try the application at this early stage, clone this repository, cd in, and
run:
npm install && bower installServe it on http://localhost:8080/ with:
node app.js