Files @ 84a9527508c6
Branch filter:

Location: light9/flax/UI.py

drewp@bigasterisk.com
some new effects
Ignore-this: 16a5592769171a2426c0e317b1e0401a
# 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)
"""