Draw a cuboid: Difference between revisions

m
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
Line 1,941:
 
=={{header|Phix}}==
{{libheader|Phix/pGUI}}
Translated from XPL0.<br>
Press space to toggle auto-rotate on and off, cursor keys to rotate manually, and +/- to zoom in/out.
Simple orthogonal projection, no perspective.
[[File:CuboidXPL0.gif|right]]
<lang Phix>-- demo\rosetta\draw_cuboid.exw
-- demo\rosetta\draw_cuboid.exw
--
include pGUI.e
 
7,822

edits