Offscreen Rendering

    Notes:

    • You can stop/continue the rendering as well as set the frame rate.
    • The maximum frame rate is 240 because greater values bring only performance losses with no benefits.
    • An offscreen window is always created as a Frameless Window..

    GPU accelerated

    Software output device

    This mode uses a software output device for rendering in the CPU, so the frame generation is much faster. As a result, this mode is preferred over the GPU accelerated one.

    Example

    After launching the Electron application, navigate to your application’s working folder, where you’ll find the rendered image.