Skip to content

Generate animated images from OpenSCAD files

License

Notifications You must be signed in to change notification settings

UBaer21/image-generator

 
 

Repository files navigation

image-generator

This is just a simple Makefile to generate animated images from OpenSCAD files as input. It takes a list of .scad files, converts those to PNG relying on the OpenSCAD script to set the camera position and then joins the images with morphing transition using ImageMagick.

Tested on Debian/Testing with ImageMagick 7.0.8-39.

$ convert --version
Version: ImageMagick 7.0.8-39 Q16 x86_64 2019-04-11 https://imagemagick.org
Copyright: © 1999-2019 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC HDRI OpenMP 
Delegates (built-in): bzlib fontconfig freetype pangocairo png x xml zlib

About

Generate animated images from OpenSCAD files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OpenSCAD 79.3%
  • Makefile 20.7%