

Glui Demo

This is a Scriptol port of the original example (number 4)
provided on the GLUI site ( see http://www.cs.unc.edu/~rademach ).

To compile, type:

solc -be gluidemo


To make your own GLUI program using Scriptol,
1) give it a name xxx, for example
2) copy gluidemo.cfg to xxx.cfg
3) include the Scriptol definitions file at top of your program:
   opengl.sol
   glutw.sol
   gluiw.sol

   include also the C header files:
   gluit.h
   glwrap.hpp


Distributing


Along with your program you must distribute:

gcms.dll
glut32.dll
glu32.dll


Licence

The licence is that of the original GLUI examples.
