quilime / nodegarden

HTML5 Node Garden

Home Page:https://nodegarden.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML5 Node Garden

https://nodegarden.js.org

Description

Really simple node garden made with HTML5. No Barnes-Hut n-body optimization, just simple physics.

  • Click to add nodes
  • Drag to make mouse a "black hole"

Rules

  • Circles represent nodes
  • Node's mass is proportional to it's size
  • Lines visualize the gravitational force between nodes
  • Line opacity equals to the strength of force
  • When two nodes collide, smaller one will reset to a new location and size
  • When node travels over screen limits it will reset to a new location and size

Alternate version

Electrons & positrons instead of "planets":

https://nodegarden.js.org/electrons.html

  • red lines visualize attraction force
  • blue lines visualize repel force

Also check out

My other projects:

Development

Download/clone and then:

npm install
npm start

Starts listening file changes and builds automagically to /public folder

About

HTML5 Node Garden

https://nodegarden.js.org


Languages

Language:JavaScript 83.2%Language:HTML 11.7%Language:CSS 5.0%