

 GLUI Scriptol Demo - List of files




Libraries, import files and include files

 glui32.lib        This is a static library.
 glut.lib
 glut32.lib
 glui.h
 glut.h
 (opengl32.lib, this import lib must exist in the lib directory of your compiler).


C wrappers

 openglw.c
 openglw.h
 glwrap.cpp
 glwrap.hpp


Scriptol Wrappers


 glutw.sol
 gluiw.sol
 opengl.sol


Scriptol Demo source and configuration file

 gluidemo.sol
 gluidemo.cfg


------------- Theses files are not required to build a GLUI Scriptol program


Info files

 CONTENT.TXT      This file
 CLEAN.BAT        Remove no-distributable files
 README.TXT       Read this first


Original examples
 example1.cpp
 example2.cpp
 example3.cpp
 example4.cpp
 example5.cpp
 BUILDC.BAT       Build an original example


C file to test the C wrapper

 main4.cpp
 MAKEDEMO.BAT     Build a test of the C wrapper
