As A Service Render Save

A simple web service that renders a Blender 3D scene with custom text.

Project README

Render Blender 3D scenes in the cloud (using Docker)

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

Run on Google Cloud

API

URL parameters:

  • text: The text to render, defaults to HELLO.
  • scene: the name of the .blend file to render (without the extension), defaults to basic, other supported values are outrun and outrun-filter.

Example: /?text=OUTRUN&scene=outrun

Bring your own 3D scene:

  1. Create a Blender scene, your scene must contain a text object with the name Text,
  2. Add your .blend file in the models/ folder,

Running the server locally

  • Build with docker build . -t render
  • Start with docker run -p 8080:8080 render
  • Open in your browser at http://localhost:8080/?text=Hey

Cloud Build

Open Source Agenda is not affiliated with "As A Service Render" Project. README Source: as-a-service/blender
Stars
36
Open Issues
2
Last Commit
3 years ago
License

Open Source Agenda Badge

Open Source Agenda Rating