{"id":15707259,"url":"https://github.com/drom/graph-writer-verilog","last_synced_at":"2025-04-30T12:44:47.997Z","repository":{"id":28604499,"uuid":"32122886","full_name":"drom/graph-writer-verilog","owner":"drom","description":"Automatically exported from code.google.com/p/graph-writer-verilog","archived":false,"fork":false,"pushed_at":"2019-03-01T00:02:03.000Z","size":10,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T16:15:25.746Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drom.png","metadata":{"files":{"readme":"README.wiki","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-13T02:52:17.000Z","updated_at":"2023-01-12T15:17:57.000Z","dependencies_parsed_at":"2022-08-17T23:55:27.113Z","dependency_job_id":null,"html_url":"https://github.com/drom/graph-writer-verilog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drom%2Fgraph-writer-verilog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drom%2Fgraph-writer-verilog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drom%2Fgraph-writer-verilog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drom%2Fgraph-writer-verilog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drom","download_url":"https://codeload.github.com/drom/graph-writer-verilog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251703180,"owners_count":21630191,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T20:38:54.367Z","updated_at":"2025-04-30T12:44:47.974Z","avatar_url":"https://github.com/drom.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"#summary JavaScript implementation of GraphViz type of engine\n\n== Top ==\n\n\n\nhttp://cytoscape.github.com/cytoscape.js/\n\nA JavaScript graph library for analysis and visualisation. Canvas, \n\nhttps://raw.github.com/cytoscape/cytoscape.js/master/documentation/img/demo.png\n\n\n\n\nhttp://sigmajs.org\n\nsigma.js is an open-source lightweight JavaScript library to draw graphs, using the HTML canvas element. It has been especially designed to:\n * Display interactively static graphs exported from a graph visualization software - like Gephi\n * Display dynamically graphs that are generated on the fly\n\nhttp://sigmajs.org/thumbnails/gexf_example.png\n\n\n\n\n\nhttp://d3js.org/\n\nD3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG and CSS. D3’s emphasis on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework, combining powerful visualization components and a data-driven approach to DOM manipulation.\n\nhttp://d3js.org/ex/nations.png\n\n\n\n\nhttps://github.com/samizdatco/arbor\n\na graph visualization library using web workers and jQuery\n\nforce-directed layout algorithm\n\n\n\nhttp://getspringy.com/\n\nA force directed graph layout algorithm in JavaScript.\n\nhttp://getspringy.com/pinus_serotina.png\n\n\n== Graphviz compiled with Emscripten ==\n\nhttps://github.com/mdaines/viz.js\n\nhttps://github.com/bpartridge/graphviz.js\n\n== GraphViz on server for dot --\u003e xdot ==\n\nhttps://code.google.com/p/canviz/\n\n== Manual Layout ==\n\nhttps://code.google.com/p/jsdot/\n\njavascript application, fully client based, to visualise, create and modify graphs.\n\nhttp://sourceforge.net/projects/js-graph-it/\n\njs-graph-it is a JavaScript library that allows to represent graphs in html pages by linking blocks with connectors. Common html elements become blocks and connectors by using particular css classes, in a declarative fashion. Drag and drop is provided\n\n== Simple Layout ==\n\nhttps://github.com/jackrusher/jssvggraph\n\nThe simplest possible force directed graph layout algorithm implemented as a Javascript library that uses SVG objects.  It is in no way meant to be production library, just a demonstration of force-directed layout as an adjunct to a conversation on that topic.\n\n= Other nice visualizations =\n\nhttp://www.flotcharts.org/\n\nhttps://github.com/prefuse/Flare\n\nFlare is an ActionScript library for creating visualizations that run in the Adobe Flash Player. From basic charts and graphs to complex interactive graphics, the toolkit supports data management, visual encoding, animation, and interaction techniques. \n\nhttp://www.jqplot.com/\n\njqPlot is a plotting and charting plugin for the jQuery Javascript framework. jqPlot produces beautiful line, bar and pie charts\n\n\nhttp://www.infovis-wiki.net\n\nInfoVis:Wiki is hosted by Institute of Softwaretechnology and Interactive Systems at Vienna University of Technology.\n\n\n\nhttp://circos.ca/\n\nCircos is a software package for visualizing data and information. It visualizes data in a circular layout — this makes Circos ideal for exploring relationships between objects or positions. There are other reasons why a circular layout is advantageous, not the least being the fact that it is attractive.\n\nCircos is written in Perl, can be deployed on any operating system for which Perl is available (e.g. Windows, Mac OS X, Linux and other UNIX flavours) and produces bitmap (PNG) and vector (SVG) images using plain text configuration and input files.\n\nhttp://circos.ca/img/circos-sample-panel.png\n\n\nhttp://mkweb.bcgsc.ca/\n\nMartin Krzywinski -- Home Page\n\nhttp://mkweb.bcgsc.ca/images/martin_krzywinski.jpg\nhttp://mkweb.bcgsc.ca/gfx/quick-circos.png\nhttp://mkweb.bcgsc.ca/gfx/quick-hiveplot.png\nhttp://mkweb.bcgsc.ca/gfx/quick-genomeinfo2010.png\nhttp://mkweb.bcgsc.ca/gfx/quick-genomepath.png\nhttp://mkweb.bcgsc.ca/gfx/quick-pk.png\nhttp://mkweb.bcgsc.ca/gfx/quick-tuple.png\nhttp://mkweb.bcgsc.ca/gfx/quick-tableviewer.png\nhttp://mkweb.bcgsc.ca/gfx/quick-bacarray.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrom%2Fgraph-writer-verilog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrom%2Fgraph-writer-verilog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrom%2Fgraph-writer-verilog/lists"}