This is the source code to a talk, I gave at TopConf 2017 in Linz, Austria. It implements a simplified version of Prezi in Elm based on SVG.
📣 Check out this slim little Web tool for running your SVG based presentation: Dive SVG! 📣
You might also be interested in Dive, another approach based on HTML5 Canvas.
You need to install Elm before.
Then run:
elm make Main.elm --output index.html
BSD-3