Files @ 5c1553fc0740
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
on /effects/ page, there's now a link to go to edit that effect in /live/
Ignore-this: b0d04beca1fefa1f3efdec2d2bccbc47
# 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)
"""