A rotating two-dimensional projection of the four-dimensional tesseract.

import QtQuick 2.0 Rectangle { width: animation.width +26; height: animation.height +26 AnimatedImage { id: animation; source: "/home/oneline/Pictures/gif/hedgehog.gif" }
import QtQuick 2.0 Rectangle { width: animation.width +26; height: animation.height +26 AnimatedImage { id: animation; source: "/home/oneline/Pictures/gif/hedgehog.gif" } }
Comment