Happy-Ferret / render_me_harder

Stupidly simple API for rendering 3D models to images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

render_me_harder

image

image

Documentation Status

Stupidly simple API for rendering 3D models to images

It exports exactly one function: :

def render_frames(mesh: trimesh.Trimesh,
                  w: int,
                  h: int,
                  num_frames: int) -> Sequence[Image.Image]

Features

  • easy to use

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

Stupidly simple API for rendering 3D models to images

License:MIT License


Languages

Language:Python 63.9%Language:Makefile 36.1%