Skip to content

texture-generator 0.3.0

Choose a tag to compare

@nmpowell nmpowell released this 08 Sep 07:50
87ebb80

First public release of texture-generator: procedural metal, plastic, wood and paper textures as Pillow images or NumPy arrays, with 18 variants and a command-line interface.

Requires Python 3.14 or later:

pip install texture-generator==0.3.0
texture-gen wood --variant board --size 640x480 --seed 42 -o wood.png

The Python import is texture_generators; the command is texture-gen. Includes batch rendering, JSON reports, sample galleries and documented material controls.

Apache-2.0 licensed. See the README, reference and changelog.