Draw a sphere: Difference between revisions

m
m (→‎{{header|REXX}}: added a comment that shows an alternative syntax.)
Line 2,693:
 
=={{header|Phix}}==
{{libheader|pGUI}}
{{trans|Go}} (Go gets credit for the dot/normalize/drawSphere routines, but this draws on screen rather than to png file)
Sphere will resize to match the window.
Line 2,755 ⟶ 2,756:
 
procedure main()
IupOpen("..\\pGUI\\")
 
canvas = IupCanvas(NULL)
7,824

edits