BayPiggies: Three Generations of User Interface
Google Tech Talks
February 8, 2007
ABSTRACT
I have implemented DialogDevil via three different user interfaces:
1. direct to Windows API via ctypes
2. wxPython, and
3. separate embedded html-based process.
The pros and cons of each approach from a developer's perspective will be discussed using metrics such as memory footprint, download size, flexibility, robustness, and visual styling.
February 8, 2007
ABSTRACT
I have implemented DialogDevil via three different user interfaces:
1. direct to Windows API via ctypes
2. wxPython, and
3. separate embedded html-based process.
The pros and cons of each approach from a developer's perspective will be discussed using metrics such as memory footprint, download size, flexibility, robustness, and visual styling.