[PyOpenGL-Users] Code readability
Brought to you by:
mcfletch
|
From: SAn <gri...@gm...> - 2011-05-21 15:47:43
|
Hi! I am trying to understand pyopengl VBO implementation, well, the whole OpenGL.array package. Is there a reason why the code is written so "anti-pep8/python zen" way? Like that there isn't a new line between class methods, etc. Maybe because of consistence with the automatic generator? I am editing the files manualy so i could read and undestand them, from bzr. I could send you a patch, and maybe to the generator too! thanks, SAn |