Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 743 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 743 Bytes

Porting Prezi to Elm in 99 lines of code

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.

Installation

You need to install Elm before.

Then run:

elm make Main.elm --output index.html

License

BSD-3