https://github.com/rencire/vennd
https://github.com/rencire/vennd
d3 intersection js svg
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rencire/vennd
- Owner: rencire
- License: gpl-3.0
- Created: 2016-04-24T07:53:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-02T04:18:40.000Z (over 9 years ago)
- Last Synced: 2025-01-09T18:56:28.856Z (about 1 year ago)
- Topics: d3, intersection, js, svg
- Language: JavaScript
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Vennd
This a personal side project for learning the basics of manipulating shapes with D3 and javascript, along with exploring the HTML File api.
##Features
- Drag and drop multiples files to play around with the venn diagram shapes. By selecting an interseciton, we can see the common lines in each file
##TODO
- UI
- Show overlap region more clearly.
- Consider removing the 'Drop here to visualize'. Need some way to 'lead the user' to drop files.
- Alg
- Improve matching algorithm (right now simply checks to see if lines between text files are same)
- Testing
- More Tests