unchartedsoftware / grafer

Large graph rendering library.
Apache License 2.0
3 stars 2 forks source link

Support glow effect on a node #107

Open Nithos opened 1 year ago

Nithos commented 1 year ago

To support another mode of selection identification want to support a glow effect on a per node basis.

  1. Gradient colour offset below the main node
  2. support for the custom node types as well
  3. Shader?
Nithos commented 1 year ago

Not trivial Currently everything is rendered to a single canvas on a per layer basis (no back buffer). Will need to add a backbuffer to be added.