Index of /documentation/presentations/intro_to_OpenGL/ogltut
Name Last modified Size Description
Parent Directory -
Makefile 14-Feb-2011 12:56 570
step0.c 26-Sep-2011 13:19 850
step1_solution.c 26-Sep-2011 13:19 2.5K
step1.c 26-Sep-2011 13:19 2.8K
step2_solution.c 26-Sep-2011 13:19 4.2K
step2.c 26-Sep-2011 13:19 4.6K
step3.c 26-Sep-2011 13:19 5.2K
material_example.c 26-Sep-2011 13:19 5.5K
Solar.c 26-Sep-2011 13:19 5.9K
step3_solution.c 26-Sep-2011 13:19 6.4K
step4.c 26-Sep-2011 13:19 7.0K
step4_solution.c 26-Sep-2011 13:19 7.3K
step5.c 26-Sep-2011 13:19 9.0K
step5_solution.c 26-Sep-2011 13:19 9.7K
step6.c 26-Sep-2011 13:19 9.8K
step6_solution.c 26-Sep-2011 13:19 10K
The source files for the openGL tutorial are above. Left-clickon a given file
to see the contents or right-click and choose "Save Link As ..." (or similar
wording depending on your browser) to save the file to your local machine.
To compile any of the programs on a Linux machine, first download the
file 'Makefile' and any or all of the example files you wish to run and then:
To make any one example:
% make example_name
To run any executable
% example_name