Files @ b46f6977168b
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
start pixijs on timeline
Ignore-this: 51ad366ddfeae2af2b621d714ff1f9c1
# 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)
"""