Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 682 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 682 Bytes

MICDS Kinetic Sculpture

Interface for creating and executing formations for a sculpture Ehan made

Setup

Prerequisites

Make sure you have the latest version of node.js

Main algorithm

$ npm install

Visualizer Interface

To compile the interface for visualizing the formations, simply:

$ npm run setup

Running

$ npm start

You can then access visualizer interface at localhost:1550 in your web browser.

Development

For documentation on how to create your own formations, refer to creating-formations.md