A procedural animation written in Q64. The .q program emits qview.box calls and a qview.present() per frame; this page plays the captured frames on a 2D canvas. Same artifact runs native (qube run) or here.
.q
qview.box
qview.present()
qube run