Just saw a demo of the Apple iPhone's interface and was impressed by the
screen transitions that occur when one turns a page or deletes an item.
Is wxPython fast enough (or have the right hooks to underlying OS GUI
components) to implement similar effects?
We don't have wx access to the CoreAnimation APIs yet, but it has been discussed. wxPython would probably be fast enough for most things however if you wanted to try some home-grown effects, like an animated move of child widgets, or perhaps some animated 3D view of some data model via OpenGL (using the wx.glcanvas.GLCanvas widget.)
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!