|
From: Filippos P. <css...@cs...> - 2003-10-13 12:39:28
|
First of all let me congratulate the ZEngine team :) Really this library is what i was looking for ! Well i have some questions and some requests. - First of all i see that most of the function members return void. I am not a C++ guru so maybe i am wrong but wouldn't be better if they returned a reference to the object ? In this way we could do object.func1().func2()...funcN(). - I also believe that it would be better to use GL_LINEAR for Image Stretching not GL_NEAREST. Maybe u could put an extra parameter in the function Resize/Stretch. - The compilation in Linux could be much better if u used a configure script.I hope you have the time to do so. Also the #include "../zlib/unzip.h" in ZE_Includes.h, seems to mess up the compiler (at least when i make my project).Each time i install ZEngine as root i have to fix this line as "#include "zlib/unzip.h". Dont u think ../zlib is a kind of a bad hack ??? - I have the impression that GetFramerate() doesnt return the value as set by SetDesiredFramerate(). E.g i set the FPS to be 85 but GetFrameRate reports 50. But when i set FPS to 185, the GetFrameRate reports 100~125 which seems reasonable. Well i want the best for this project thats why i am making these remarks...dont get me wrong . i am not a bad guy ;) |