File:Triangle.png: Difference between revisions

From Rosetta Code
Content added Content deleted
(Added compilation details.)
m (Fixed link to point to compiler, not compiler collection)
Line 1: Line 1:
Triangle example using the C code from [[OpenGL]], compiled with [[GCC]] 4.1.2 and [[freeglut3]].
Triangle example using the C code from [[OpenGL]], compiled with [[gcc]] 4.1.2 and [[freeglut3]].


gcc -I/usr/include -lglut triangle.c
gcc -I/usr/include -lglut triangle.c

Revision as of 23:05, 25 November 2007

Triangle example using the C code from OpenGL, compiled with gcc 4.1.2 and freeglut3.

gcc -I/usr/include -lglut triangle.c

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current05:21, 25 August 2022Thumbnail for version as of 05:21, 25 August 2022650 × 509 (7 KB)Miraheze maintenance script (talk | contribs)Imported from rosettacode.org

The following page uses this file:

Metadata