Files @ 168262618f2d
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
new test_js target for testing SyncedGraph
Ignore-this: fda788c5e8f5cf1190eb383e1cf2b1ad
# 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)
"""