tags:

views:

119

answers:

0

Hi all.

I was developing a my idea on sourceforge. The project links the Tao Framework, but after having read the source code, I tried to generate my OpenGL bindings, with deprecate functions removed.

In only two weeks, I've got an initial result (missing some compilable code, again). What I want to ask, is you opinion about:

  • Name suffixes reduction: which functions and enumeration shall be reduced? ("gl" prefix, "fv suffixes)"
  • Function overloading: how (and which) function should be overloaded?
  • Enumerations and function shall be grouped by some criterion?

I would also ask to you about my generated code: what do you think about it?

Thank you to everyone for every constructive comment.