Index of /documentation/presentations/intro_to_OpenGL/ogltut

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[TXT]Makefile 2011-02-14 12:56 570  
[TXT]Solar.c 2011-09-26 13:19 5.9K 
[TXT]material_example.c 2011-09-26 13:19 5.5K 
[TXT]step0.c 2011-09-26 13:19 850  
[TXT]step1.c 2011-09-26 13:19 2.8K 
[TXT]step1_solution.c 2011-09-26 13:19 2.5K 
[TXT]step2.c 2011-09-26 13:19 4.6K 
[TXT]step2_solution.c 2011-09-26 13:19 4.2K 
[TXT]step3.c 2011-09-26 13:19 5.2K 
[TXT]step3_solution.c 2011-09-26 13:19 6.4K 
[TXT]step4.c 2011-09-26 13:19 7.0K 
[TXT]step4_solution.c 2011-09-26 13:19 7.3K 
[TXT]step5.c 2011-09-26 13:19 9.0K 
[TXT]step5_solution.c 2011-09-26 13:19 9.7K 
[TXT]step6.c 2011-09-26 13:19 9.8K 
[TXT]step6_solution.c 2011-09-26 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