BiblioPixelAnimations.cube.bloom module

class BiblioPixelAnimations.cube.bloom.CubeBloom(layout, dir=True, **kwds)[source]

Bases: bibliopixel.animation.cube.Cube

pre_run()[source]
step(amt=8)[source]
BiblioPixelAnimations.cube.bloom.genCubeVector(x, y, z, x_mult=1, y_mult=1, z_mult=1)[source]

Generates a map of vector lengths from the center point to each coordinate

x - width of matrix to generate y - height of matrix to generate z - depth of matrix to generate x_mult - value to scale x-axis by y_mult - value to scale y-axis by z_mult - value to scale z-axis by