GLG Electrical Circuit Web Demo (HTML5 & JavaScript)

This example loads a drawing created with the GLG Graphics Builder into a JavaScript program and animates it with real-time data using the GLG JavaScript Library API.

More Information React Angular


The drawing containing an electrical circuit diagram was created with the GLG Graphics Builder, which allows a user to create graphical objects and define their dynamic behavior using a point-and-click interface, without the need to write graphics code by hand. The drawing is saved into a file (electric_circuit.g).

The GLG JavaScript Library is used to deploy the drawing on a web page. The library provides an API to load and display the drawing, animate it with real-time data and handle user interaction.

The GLG JavaScript Library implements full GLG run-time functionality present in the GLG C/C++, C# and Java libraries, allowing the same graphical page and programming logic to be shared between the desktop, web and mobile versions of an application.