Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/snorpey/masonry-lines

Calculating lines between randomly positioned items
https://github.com/snorpey/masonry-lines

Last synced: 6 days ago
JSON representation

Calculating lines between randomly positioned items

Awesome Lists containing this project

README

        

masonry lines
===

this is a prototype for calculating lines between randomly positioned items. there are no lines crossing eachother and every item is connected to at least one line. it is written in javascript. jquery masonry is used to position the items.

[![masonry lines screen shot](http://dl.dropboxusercontent.com/u/1098704/Screenshots/github-masonry-lines.png)](http://snorpey.github.io/masonry-lines)

a demo is available at http://snorpey.github.io/masonry-lines/

third party code used in this prototype
---
* [js signals](http://millermedeiros.github.io/js-signals/) by [millermedeiros](https://github.com/millermedeiros), MIT license
* [require js](http://requirejs.org/), by [jrburke](jrburke), BSD & MIT license
* [jquery](http://jquery.com), by the [jquery foundation](https://jquery.org/team/), MIT license
* [jquery masonry](http://masonry.desandro.com/index.html), by [desandro](https://github.com/desandro/), MIT license

license
---
[MIT License](http://www.opensource.org/licenses/mit-license.php)