All Projects → as-a-service → render

as-a-service / render

Licence: Apache-2.0 License
A simple web service that renders a Blender 3D scene with custom text.

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to render

glTF-Blender-IO-materials-variants
Blender3D addon for glTF KHR_materials_variants extension
Stars: ✭ 56 (+107.41%)
Mutual labels:  blender, b3d
modifier list
Blender add-on with enhanced UI layout for modifiers with handy features. Replaces the regular modifier UI and adds a tab in the Sidebar and a popup.
Stars: ✭ 206 (+662.96%)
Mutual labels:  blender, b3d
NodeSharer
Node Sharer is an add-on for Blender that lets you easily share procedural materials as text strings.
Stars: ✭ 48 (+77.78%)
Mutual labels:  blender, b3d
io scene pbrt
Exporter for blender that exports the scene into pbrt's ascii file format.
Stars: ✭ 42 (+55.56%)
Mutual labels:  blender, b3d
l2cu
L²CU: LDraw Linux Command line Utility
Stars: ✭ 14 (-48.15%)
Mutual labels:  blender
httptest
A simple concurrent HTTP testing tool
Stars: ✭ 42 (+55.56%)
Mutual labels:  container
shotmanager
Shot Manager is a Blender add-on that introduces a true shot entity in Blender scenes, as well as a wide and powerful set of tools to build and edit sequences in real-time directly in the 3D context.
Stars: ✭ 109 (+303.7%)
Mutual labels:  blender
blender-ply-import
A Python module for faster import of PLY models in Blender
Stars: ✭ 19 (-29.63%)
Mutual labels:  blender
coreos-gpu-installer
Scripts to build and use a container to install GPU drivers on CoreOS Container Linux
Stars: ✭ 21 (-22.22%)
Mutual labels:  container
push to talk
Add-on for recording audio in Blender's Sequencer
Stars: ✭ 24 (-11.11%)
Mutual labels:  blender
Huddy
Huddy = Hugo + Caddy docker container
Stars: ✭ 14 (-48.15%)
Mutual labels:  container
spacestation
A procedural spacestation generator
Stars: ✭ 22 (-18.52%)
Mutual labels:  blender
geometry sketcher
Constraint-based geometry sketcher for blender
Stars: ✭ 1,119 (+4044.44%)
Mutual labels:  blender
fastfreeze
Turn-key solution to checkpoint/restore applications running in Linux containers
Stars: ✭ 68 (+151.85%)
Mutual labels:  container
UPBGE-Docs
UPBGE Manual
Stars: ✭ 12 (-55.56%)
Mutual labels:  blender
blender pro-theme
Dark Appearance for Blender 2.8
Stars: ✭ 71 (+162.96%)
Mutual labels:  blender
kaleidoscope
🍀 A small collection of creative nodes to generate color palette and store values for Blender
Stars: ✭ 99 (+266.67%)
Mutual labels:  blender
serverless-url-redirect
Simple click-to-deploy serverless URL redirect service
Stars: ✭ 39 (+44.44%)
Mutual labels:  cloud-run-button
blender-xatlas
Xatlas Packer Addon for Blender
Stars: ✭ 55 (+103.7%)
Mutual labels:  blender
github-ci
An example GitHub Action (CI) to build a Singularity container
Stars: ✭ 46 (+70.37%)
Mutual labels:  container

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].