File: README

package info (click to toggle)
lablgl 0.97-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,284 kB
  • ctags: 3,880
  • sloc: ansic: 12,953; ml: 3,037; tcl: 328; makefile: 222; sh: 1
file content (24 lines) | stat: -rw-r--r-- 632 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$Id: README,v 1.2 2000/04/26 02:11:38 garrigue Exp $

Here are a few examples for LablGL.  "make" will compile them.  

To run the examples interactively instead of compiling them, start
lablgl and say something like

   #use "gears.ml";;

For planet, you'll need to do

   #load "unix.cma";;

first.

checker: Draw a checkerboard.
gears: Moving gears.
double: Demonstrate double-buffering.
morph3d: Standard OpenGL bouncing reshaping object demo.
planet: Planet orbiting a sun.
scene: A still life.
simple: White square on black.
tennis: Draw a tennis court and a bouncing ball.
texturesurf: Rotate one shape.  Use the arrow keys.