Backend rendering of a preview image

three.js generates the thumbnails for its examples with a node.js script. The most important module of the script is Puppeteer: GitHub - puppeteer/puppeteer: Node.js API for Chrome

Related:

The actual script is:

I don’t know how to implement the same with Java though.

1 Like