The Wayback Machine - https://web.archive.org/web/20221206105327/https://github.com/anvaka/color-high
Skip to content

anvaka/color-high

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

color high

This is a simple demo of ngraph.forcelayout performing layout in 6D space.

demo

First 3 coordinates of the layout are assigned to X, Y, Z coordinates, and the last 3 coordinates are assigned to R, G, B color space.

If you drop any .dot file into the browser window the demo will attempt to visualize it.

This is a source code behind this tweet.

Happy exploration!

Compiles and hot-reloads for development

npm start

This should render a simple graph and you can do some basic layout. You can drop .dot files into it to load new graphs.

Compiling it locally

Checkout and setup the dependencies:

git clone https://github.com/anvaka/color-high
cd color-high
npm install

Run the dev server:

npm start

What's inside?

Thanks!

About

A demo of ngraph.forcelayout in 6D space

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published