Files @ 5acdf209394d
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
start live stats displayer on home page
Ignore-this: e28bc66c441cb72c41aff1bd8d0bf55e
# 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)
"""