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