A simple web app that renders a Blender 3D scene with custom text.
Run with docker run -p 8080:8080 gcr.io/as-a-service-dev/render
Note: This fork has been modified for a specifc Cloud Run demo:
- You must send a POST request with a Cloud Pub/Sub payload
- You can't choose a Blender model, only the Outrun model is used
- Images are written to Cloud Storage instead of the HTTP response
- Replace
<YOUR-GCS-BUCKET>
with your GCS bucket name
Many thanks to the original author!
text
: The text to render, defaults toHELLO
.
Example: /?text=HELLO
- Build with
docker build . -t render
- Start with
docker run -p 8080:8080 render
- Open in your browser at
http://localhost:8080/?text=Hey