File:Triangle.png: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Fixed link to point to compiler, not compiler collection)
(Maintenance script uploaded File:Triangle.png)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Triangle example using the C code from [[OpenGL]], compiled with [[gcc]] 4.1.2 and [[freeglut3]].
{{image-program-output}}Triangle example using the C code from [[output of task::OpenGL]], compiled with [[gcc]] 4.1.2 and [[freeglut3]].


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

Latest revision as of 14:30, 16 August 2023

This image represents program output, or the results from executing a program. Among other things, it may be a screen capture or image file directly written.

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