Skip to content
/ Net Public

Move a number of dots around, and connect them if they are too close together, thus creating an ever changing colorful network of dots and lines.

License

Notifications You must be signed in to change notification settings

FeaXR/Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Net

Move a number of dots around, and connect them if they are too close together, thus creating an ever changing colorful network of dots and lines.

Version 0.2

Written in Processing 3.5.4

What's new

Color modes:

Not random:
-Each node has a color of it's own chosen randomly from predefined colors.
-Each connection gets it's color by averaging the colors of the two nodes.

Random:
-Each node gets a random color
-Each connection's color is calculated from the two nodes' x and y position and their distance

The random colormodes for the nodes and the links can be toggled by changing the randomNodeColors and the randomLinkColors variables

ScreenShots

1 2 3 4 5 6

About

Move a number of dots around, and connect them if they are too close together, thus creating an ever changing colorful network of dots and lines.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published