Search code examples
pythonuser-interfacegtkwxpython

LCARS GUI where to start


Hey so I'm looking to build a star trek GUI (LCARS). To do this, essentially I need to be able to create images (PNGs) and have them act as a button - I would have a "shade" method/function for events such as mouseOver clicked...etc.

What toolkit? or GTK/wxPython would be easiest for this? I would prefer to have a builder.

eventualy I'd like to build something like this


Solution

  • You could use wxPython's BitmapButton. You can provide images for focused, disabled, selected, and mouse hover states. There are also fancy button controls that are documented in the wxPython demo.