Files @ b281ee32c785
Branch filter:

Location: light9/flax/UI.py - annotation

Drew Perttula
use Pillow. make vidref start up
Ignore-this: 52ba5ec2409bbf446c7592d3646220ad
# Abstract UI widgets

class UI(Something):
    pass

class Scale(UI):
    def __init__(self, start, stop, res=0.001):
        pass

""" unfinished
class Button(UI):
    def __init__(self, etc)
"""