[racket] opengl hello world

From: Noel Welsh (noelwelsh at gmail.com)
Date: Sat Oct 23 12:12:45 EDT 2010

Basically, you get the gl-context from a MrEd frame. See the example here:

http://github.com/plt/racket/blob/master/collects/sgl/examples/gl-frame.rkt

There are other examples in the same directory.

HTH,
N.

On Sat, Oct 23, 2010 at 2:06 PM, 김태윤 <kty1104 at gmail.com> wrote:
> but I realize that this code lack of frame that will shows the color or
> object
> and also I can't find how to use glFlush function in scheme
> could somebody please help me how to display 3d object or just color?
> thanks in advanced


Posted on the users mailing list.