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 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