Gregorio M

Results 41 comments of Gregorio M

[lem-opengl](https://github.com/pupcraft/lem-opengl) works on windows, it uses GLFW, but it's alpha quality

not sure if this is related but ```(%gl:bind-buffer :array-buffer 1)``` only works because there is a single VBO for the entire time, named ```1``` ``` (let ((the-vbo (aref (slot-value (env-vao...

@dkochmanski is this information up to date? I'm going to try to write an OpenGL backend.

Hows the backend for Mezzano as a starting point? https://github.com/McCLIM/McCLIM/compare/master...fittestbits:fittestbits/compositor

It seems relatively simple. - McCLIM array -> Opticl data -> Opengl Texture - One opengl texture per McCLIM frame - An event pipe, for resizing, and mouse and keyboard...