This folder contains an example HGL setup for rendering the example.hglz

The 'hgl.cgi' exports an own configuration file which could look like following, for a
PNG only setup with wxh 640x480 and unsigned HGLZ files:

; -- start hglrc ---
allow-unsigned-hglz = true
enable-notifications = false
output-format = PNG
image-width = 640
image-height = 480
io-plugins = png
cs-plugins = cgi
; -- end hglrc --

The files hgl.cgi, hglrc as well as the example.hglz and should reside in the cgi-bin folder,
while bg.png and index.html should reside just below.
