Skip to content
/ arna Public

A monorepo which provides a methods to render force-directed graphs in the browser. A force-directed graph is a type of data visualization that shows relationships between nodes in a network. Monorepo also contains a custom DSL for creating force-directed graphs.

Notifications You must be signed in to change notification settings

jackhenry/arna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Arna Graph DSL

A simple DSL for creating force directed graphs
live demo

About

Monorepo for several packages used to generate, manipulate, and render force directed graphs.

@arna/core contains the definition for a simple which can be used to declare graph nodes and edges. It also includes the graph layout algorithm and graph data structures.

@arna/edge-bundler implements an optional graph edge bundling algorithm that may or may not be used when generated graphs.

@arna/renderer contains a graphics library independent interface which can be be extended to render a generated graph.

About

A monorepo which provides a methods to render force-directed graphs in the browser. A force-directed graph is a type of data visualization that shows relationships between nodes in a network. Monorepo also contains a custom DSL for creating force-directed graphs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published