Re: API names [was: ghc-6.0.1 and OpenGL enabled]
Sven Panne <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hopengl |
|---|---|
| Message-ID | <[email protected]> |
Wolfgang Thaller wrote:
> [...] BTW, will there be a place in the docs where people coming from C could
> look up the equivalences? Perhaps a simple text file where I can just
> grep for a C name and get the corresponding Haskell name.
I was hoping to avoid any additional work, so I've structured the modules and the
Haddock docs strictly to the OpenGL specs (which I expect any serious OpenGL
programmer has on his desk): There is a 1-to-1 correspondence between the
sections of the spec and the modules listed in Graphics.Rendering.OpenGL.GL.html.
Of course I will gladly include any additional documentation sent to me... :-)
Cheers,
S.