Files @ 4e449d40f42c
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
inputdemo sends updates to curvecalc, which edits the curve. doesn't display right
Ignore-this: 5a71a9a6c85d533c79872c93d1c3f5a8
# 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)
"""