d0tsearch

custom d3.js startpage
Log | Files | Refs | README | LICENSE

README.md (1225B)


      1 # L0bsterSearch
      2 [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
      3 [![HitCount](http://hits.dwyl.io/underd0g1/buddy.svg)](http://hits.dwyl.io/l0bsters/search)
      4 
      5 ## Description
      6 
      7 Responsive D3.js startpage that we kluged together by appending hrefs to nodes of a force directed graph. 
      8 
      9 ## Usage
     10 
     11 Use it as a local startpage or utilize our hosted version. All styles are inline, so you can just run the .html file. Include the .ttf file in the same directory if you want the 8 bit font. 
     12 
     13 > https://search.l0bster.ru
     14 
     15 Reference your browser documentation to set it as your startpage. 
     16 
     17 ## modification
     18 
     19 - colors : modify the rgb values in the colors array (group is correlated with node color). 
     20 - links: modify the urls in the nodes object array
     21 - postions: modify the sources and targets to change which node links to which
     22 - gravity: just like real life, its how much force is pushing down the svg 
     23 - charge: the amount of oposing force each node exerts on the other nodes ( like trying to push two north poles of a magnet together)
     24 - linkDistance: the length of the svg lines that link the nodes. 
     25 
     26 ## misc
     27 
     28 Clone it, Fork it, shamelessly copy whatever you want!