pchmielowski / Online-Blender-Render-Engine

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Go 56.0%Language:Shell 22.9%Language:HTML 21.1%