Re: Proposal: OpenGL/GLUT

2013-03-20 Thread Mark Lentczner
I don't see a need for imposing naming conventions on packages at this stage. While it is tempting to "do it while we're young", and get it consistent from the start, we run the risk of designing (or over designing) that which which we have no experience to compel us one way or the other. Given th

Re: Proposal: OpenGL/GLUT

2013-03-20 Thread Jason Dagit
On Wed, Mar 20, 2013 at 2:07 PM, Mikhail Glushenkov < the.dead.shall.r...@gmail.com> wrote: > Hi, > > On Wed, Mar 20, 2013 at 6:47 PM, Jason Dagit wrote: > > http://trac.haskell.org/haskell-platform/wiki/Proposals/OpenGL > > > > OpenGLRaw: provides low-level foreign imports and marshalling code f

Re: Proposal: OpenGL/GLUT

2013-03-20 Thread Mikhail Glushenkov
Hi, On Wed, Mar 20, 2013 at 6:47 PM, Jason Dagit wrote: > http://trac.haskell.org/haskell-platform/wiki/Proposals/OpenGL > > OpenGLRaw: provides low-level foreign imports and marshalling code for > directly interfacing with the C OpenGL API. This library is used by > higher-level abstractions, su