0x163mL / pygraphics

Automatically exported from code.google.com/p/pygraphics
0 stars 0 forks source link

Major redesign #35

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Redesign the code to make it cleaner.  For example, class Pixel knows which 
Picture it is in.  This 
circularity should be unnecessary.  This is a large task that should be planned 
in a group meeting.

Original issue reported on code.google.com by pgr...@gmail.com on 6 May 2008 at 6:06

GoogleCodeExporter commented 8 years ago

Original comment by pgr...@gmail.com on 6 May 2008 at 6:24

GoogleCodeExporter commented 8 years ago

Original comment by pgr...@gmail.com on 6 May 2008 at 6:25

GoogleCodeExporter commented 8 years ago

Original comment by C.J.Madd...@gmail.com on 15 May 2008 at 4:55

GoogleCodeExporter commented 8 years ago

Original comment by C.J.Madd...@gmail.com on 15 May 2008 at 4:55

GoogleCodeExporter commented 8 years ago
picture.py has been completely redesigned. media.py now holds all the global
convenience functions and the classes are each in their own modules. The 
classes were
streamlined and docstrings were added and updated. Redundant or superfluous 
code was
deleted. mediawindows.py (PictureWindow and PictureInspector) still needs work, 
but
that depends on decisions with threading.

Original comment by C.J.Madd...@gmail.com on 9 Jun 2008 at 8:50