Draw a rotating cube: Difference between revisions

Content added Content deleted
m (→‎{{header|Raku}}: Tweak for stricter List / Array semantics)
m (→‎{{header|Phix}}: IupCloseOnEscape no longer needed)
Line 1,895: Line 1,895:
Ihandle dlg = IupDialog(IupVbox({canvas}))
Ihandle dlg = IupDialog(IupVbox({canvas}))
IupSetAttribute(dlg,"TITLE","Draw a Rotating Cube");
IupSetAttribute(dlg,"TITLE","Draw a Rotating Cube");
IupCloseOnEscape(dlg)
IupShow(dlg)
IupShow(dlg)
IupSetAttribute(canvas, "RASTERSIZE", NULL)
IupSetAttribute(canvas, "RASTERSIZE", NULL)