[python-win32] Fastest GDI loop

Gerdus van Zyl gerdusvanzyl at gmail.com
Fri Feb 8 17:08:47 CET 2008


I would say "premature" optimization :-) Was just wondering if there
was some standard way to structure a graphics/gdi program. for
example: Message maps suck! use XYZ or ABC instead.

~GerdusVZ

On Feb 8, 2008 5:35 PM, Larry Bates <larry.bates at websafe.com> wrote:
>
> Gerdus van Zyl wrote:
> > Hi
> >
> > Please find attached my program (please excuse the mess) that uses
> > cairographics.org to draw on a win32 window using GDI. My question is:
> > What is the best event handling/drawing loop that one can have in
> > pywin32? Is for instance a message map faster or slower? I am new to
> > the win32 api and don't know what is the best way to do things.
> >
> > Thank You,
> > Gerdus van Zyl
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > python-win32 mailing list
> > python-win32 at python.org
> > http://mail.python.org/mailman/listinfo/python-win32
>
> Do you have a performance problem or is this "premature" optimization?
>
> -Larry
>
>
> _______________________________________________
> python-win32 mailing list
> python-win32 at python.org
> http://mail.python.org/mailman/listinfo/python-win32
>


More information about the python-win32 mailing list