========================================= OpenGL - ExamplesG/ TABLE OF CONTENTS Sep. 22, 2010 ========================================= This directory contains a collection of programs and writeups that will be of interest (and aid) to students who are learning Computer Graphics and how to program using OpenGL in particular. FILE or DIRECTORY/ DESCRIPTION ---------------------- ------------------------------------------ 00INDEX.txt - This file Beep.c S How to use the System "beep" ColorCube.c S Rotating color cube from text gasket.c S Simple Sierpinski Gasket gasket2.c S Fancier Sierpinski Gasket gasket3d.c S 3D Sierpinski Gasket GL.rar Z OpenGL DLLs for Visual Studio (current) GL.zip Z OLD OpenGL DLLs for MSVC gString.c S How to use fonts How to Set Up OpenGL.txt Z Instructions for setting up OpenGL (current) Interaction.c S Interactions: keyboard, mouse J1_3_xFont.rar J Using fonts and lines (fm Chen) J1_3_Triangle.zip J Triangle example from Chen textbook J1_5_Circle.zip J Circle example from Chen textbook JOGLAnimate.rar J Animation demo w/o threads JOGLInteractive1.rar J Interactive demo: menus, mouse, keys JOGLInteractive2.rar J Interactive demo: buttons, menus, mouse, keys Keyboard.c S Keyboard, including "special" keys Line.c S Simple rubberband lines using XOR Menus.c S How to create pop-up menus Paint.c S Bary's update to textbook Paint.c example Pair.c S Much expanded version of TetrahedraPair.c RandomInts.c S How to generate and control random ints Rectangles.c S Simple draw rectangle example RendermanBooklet.zip D Renderman documentation RendermanForPoets.zip D Renderman documentation simple.c S Very simple display example SingleDouble.c S Eliminate flicker using double-buffering TetrahedraPair.c S A pair of rotating tetrahedra TextDL.c S Drawing text using precompiled display lists - o - O - o - Note: "J" indicates a file containing a JOGL program written in Java "S" indicates a file containing an OpenGL program written in C "D" indicates documentation (possibly zipped) "Z" indicates a Zipped collection of files Last updated: Sep. 22, 2010