Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/snorpey/masonry-lines
- Owner: snorpey
- Created: 2012-06-19T16:28:17.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-12T20:01:45.000Z (over 11 years ago)
- Last Synced: 2024-04-08T17:27:24.742Z (7 months ago)
- Language: JavaScript
- Homepage: http://snorpey.github.com/masonry-lines/
- Size: 293 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 licenselicense
---
[MIT License](http://www.opensource.org/licenses/mit-license.php)