racket/collects/sgl/scribblings/sgl.scrbl
Ryan Culpepper 1b702a2ae3 docs reorganization
added tutorial, racket categories
  relabeled some other categories
  normalized manual names: de-bolded, changed some names
2011-07-01 17:16:53 -06:00

28 lines
879 B
Racket

#lang scribble/doc
@(require "common.rkt")
@title{GL: 3-D Graphics}
@author["Scott Owens"]
The @racketmodname[sgl] libraries provide access to the rendering
functions of @as-index{OpenGL} 1.5 and @as-index{GLU} 1.3
libraries. The @racketmodname[sgl] libraries to not address
system-level concerns, such as the attachment of GL rendering contexts
to displays. Instead, the libraries should work with any Racket
extension that provides GL with access to the system (such as a
binding for @tt{glx}). Notably, the @racketmodname[racket/gui/base]
library provides support for rendering contexts via the
@racket[canvas%] class and its @method[canvas% with-gl-context]
method.
@table-of-contents[]
@include-section["overview.scrbl"]
@include-section["gl.scrbl"]
@include-section["main.scrbl"]
@include-section["gl-vectors.scrbl"]
@include-section["bitmap.scrbl"]
@index-section[]