From a9d05eeef8ddb83152d73409fb6a3032ad29a632 Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Sat, 30 May 2020 21:51:26 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 389bb23..b2dcdf0 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ The project is broken into two parts: * Master - This can be thought of as the server, it's the portal that users interact with to upload .blend files and tweak render parameters. * Slave - This can be thought of as a client, and it handles rendering the images which get stitched together to create an animation. There can be as many instances of the slave as you want, the more slaves, the more simultaneous frames can be rendered. +#### Web interface + +When you run the master, it listens on port 8097. Here's a screenshot of the web interface on the status page for an ongoing render job: + ![alt text][logo] [logo]: https://deadbeef.codes/steven/cyclescaler/raw/master/example.png "Rendering using Google Cloud Platform."