/Online-Blender-Render-Engine

A container based system to render Blender scenes online (with web frontend)

Primary LanguageGo

Following instruction explain how to create a container with a web application with Blender as a backend to render 3D models.

Technology stack

Usage:

  • create final container (during the build necessary files will be copied and go binary builded)

docker build --tag render .

  • run container

docker run -p 8080:8080 render

  • go to localhost:8080
  • upload *.blend file
  • wait for the result

Google Cloud

Alternatively, container can be run on Container engine such as Google Cloud.