chevron_right Demos chevron_right WebGL Image Node
Related demos
Book a live Demo

Live Demo — yFiles in Action

30–45 min | Online | No install required

For Developers, Product Mangers & Executives

  • Interactive graph visualization in real time
  • Integration example
  • Live Q&A and next step recommendations

30–45 minutes | 1:1 or team session | Online (Zoom / Teams)

No install required | We show live code

Book a free live demo

Live Demo — yFiles in Action

30–45 min | Online | No install required

For Developers, Product Mangers & Executives

30–45 minutes | 1:1 or team session | Online (Zoom / Teams)

No install required | We show live code

Book a free live demo

WebGL Image Node Demo

This demo shows how to display images in nodes rendered with WebGL using WebGLImageNodeStyle.

The images are pre-rendered and passed to the node style as ImageData objects. This enables the developer to load images from arbitrary sources.

This demo shows how to use images from files (SVG, PNG) and data URIs. Also, it is demonstrated how to render an icon font (FontAwesome in this case) and use it as a node image.

The images with fill color don't use the image's original color, but are filled with the "imageColor" specified in the node style. This allows creating icons with different coloring from the same image.

Things to Try