bibliopixel.builder.builder module

class bibliopixel.builder.builder.Builder(project_file='', desc=None, threaded=None, **kwds)[source]

Bases: bibliopixel.builder.saved_description.SavedDescription

A Project Builder to allow people to experiment with projects from the command line or in their own main program.

COLORS = <bibliopixel.colors.colors.Colors object>
static animations()[source]

List all the existing animations

clear()[source]

Stop the project if it’s running and clear the project description

is_running

True if the Builder is currently running

static simpixel(new=0, autoraise=True)[source]

Open an instance of simpixel in the browser

start(threaded=None)[source]

Creates and starts the project.

stop()[source]

Stop the builder if it’s running.

threaded

True if the Builder is runs in a separate thread, false if the Builder blocks, waiting for the animation to end.