2009년 10월 12일 월요일

Modan v0.1.7 is coming soon, I hope

Modan v0.1.7 will be uploaded soon... after I solve py2exe and PyOpenGL problem.

New features include wireframe, baseline editing in 3D object window. I tried to provide a consistent user interface in 2D and 3D object window. Now you can pan the object in 3D object window just like in 2D object window. With this version, both basic data acquisition and data processing parts are mostly done. In next version, I'll focus on analysis and visualization part including canonical variate analysis.

The problem is, the executable file that is made by py2exe refuses to handle array format in OpenGL, which is necessary for 3D wireframe/baseline editing. Not sure how to solve it, just got some information snippets from here and there. py2exe does not seem to be very well-documented, at least to me. I'm not sure how long this will take.