| Paketname | libglui2c2 | 
| Beschreibung | GLUI, a C++ GLUT based GUI library - Runtime support | 
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) | 
| Version | 2.36-4 | 
| Sektion | libs | 
| Priorität | optional | 
| Installierte Größe | 392 Byte | 
| Hängt ab von | freeglut3, libc6 (>= 2.1.3), libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Bradley Smith | 
| Quelle | glui | 
| Paketgröße | 123712 Byte | 
| Prüfsumme MD5 | f3d19898c93a268a38858e1c730e7588 | 
| Prüfsumme SHA1 | f210c468292ce440b0777401c0d7effd6e56a9de | 
| Prüfsumme SHA256 | bf068ba3ee4e476cc27e4959e8db405a65f03ecff8226e525f34712889fa18a6 | 
| Link zum Herunterladen | libglui2c2_2.36-4_i386.deb | 
| Ausführliche Beschreibung | GLUI provides controls such as buttons, checkboxes, radio buttons, and
spinners to OpenGL applications.  It is window-system independent, relying
on GLUT to handle all system-dependent issues, such as window and mouse
management. Features of the GLUI User Interface Library include:
.
 - Complete integration with GLUT toolkit
 - Simple creation of a new user interface window with a single line of
   code
 - Support for multiple user interface windows
 - Standard user interface controls such as:
      - Buttons
      - Checkboxes for boolean variables
      - Radio Buttons for mutually-exclusive options
      - Editable text boxes for inputting text, integers, and
        floating-point values
      - Spinners for interactively manipulating integer and floating-point
        values
      - Static text fields
      - Panels for grouping sets of controls
      - Separator lines to help visually organize groups of controls
 - Controls can generate callbacks when their values change
 - Variables can be linked to controls and automatically updated when the
   value of the control changes ("live variables")
 - Controls can be automatically synchronized to reflect changes in live
   variables
 - Controls can trigger GLUT redisplay events when their values change
 - Layout and sizing of controls is automatic
 - Controls can be grouped into columns
 - User can cycle through controls using Tab key |