File: README

package info (click to toggle)
lablgl 1%3A1.06-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,316 kB
  • sloc: ansic: 12,852; ml: 12,372; tcl: 342; makefile: 307; xml: 84; perl: 12
file content (31 lines) | stat: -rw-r--r-- 930 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
*LablGLUT*              A GLUT Binding for OCaml   Last change: 2003 Oct 22

                                   LablGLUT
                                 Issac Trotts 
                             ijtrotts@ucdavis.edu
                    with nehe demo ports by Jeffrey Palmer

Introduction
============

The LablGLUT library is an OCaml binding for GLUT version 3.7.  GLUT 
(GL Utility Toolkit) is a portable windowing library for OpenGL, 
written by Mark Kilgard.  GLUT tends to be easier to install and use than
other OpenGL windowing alternatives.  It is very portable, depending
only on libraries for OpenGL and the underlying window system.  

Installation
============

  The easy way is to become root and say

    ./build all opt install clean test

  Otherwise it's necessary to modify installation targets in the 
  Makefiles.  

License 
=======

LablGLUT is under a BSD-style license.