https://github.com/beldar/prototypes-equalizer
d3 based self balancing responsive equaliser
https://github.com/beldar/prototypes-equalizer
Last synced: about 1 year ago
JSON representation
d3 based self balancing responsive equaliser
- Host: GitHub
- URL: https://github.com/beldar/prototypes-equalizer
- Owner: beldar
- Created: 2015-02-18T15:49:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-17T19:22:00.000Z (almost 11 years ago)
- Last Synced: 2025-03-23T07:41:22.441Z (over 1 year ago)
- Language: ApacheConf
- Size: 1.21 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Responsive Equalizer
This is a prototype for a self balancing equaliser (always tries to make all values sum zero), with a Reset button and touch enabled.
It's build using the [d3.js library](http://d3js.org/), so it's SVG driven.

## Install
Dependencies
------------
You have to have installed [bower](http://bower.io/), and [compass](http://compass-style.org/install/). To install the first two you'll need [node](http://nodejs.org/) too.
This project is build with [Yeoman](http://yeoman.io/).
Install
-------
Once you have all those and cloned the repo, go to the root of the project and run:
bower install
That will download all the js and css dependencies of the project.
Then run:
npm install
This will download all the node dependencies (including grunt)
Finally you can launch the site running:
grunt serve
You can build the project ready for production like this:
grunt build
That will leave everything ready on the `/dist` folder