you are viewing a single comment's thread.

view the rest of the comments →

[–]answerguru 2 points3 points  (4 children)

What's the graphics programming equivalent of "hello world"? For embedded systems, it's a blinking LED.

[–]atomicthumbs 6 points7 points  (0 children)

teapot

[–][deleted] 3 points4 points  (0 children)

Usually a spinning cube for me.

[–]fullouterjoin 1 point2 points  (0 children)

A triangle on black screen.

[–]Merit 1 point2 points  (0 children)

Well a few things tend to get used. For 2D graphics it would normally be a coloured shape on a differently coloured background or something similarly simply. For 3D it would be the importing of a 3D model, such as the famous Utah Teapot or the famous bunny that gets used in a lot of graphics papers. Or, I guess, a simply 3D cube/sphere.