Skip to content

Graphics apps using HTML

David Anderson edited this page Mar 18, 2026 · 1 revision

You can also generate graphics using HTML. Note: this works for graphics windows created using the Manager's Show Graphics button; it doesn't provide a screensaver.

In this case your main program supplies a URL that supplies the HTML. This may be an external URL, or it may refer to a web server implemented in your main program (i.e. a URL of the form http://localhost:port).

Your graphics app must call

boinc_web_graphics_url(char* url)

to register a URL to be used for graphics; in this case, the BOINC Manager's Show Graphics button will open a Web browser window to this URL.

Clone this wiki locally