HTML 5 / Javascript flowchart tools / prezi style? [closed]
Asked Answered
C

5

15

Does anyone know if there is sort of an open-source Prezi tool that works with HTML5 / javascript? I'm looking for a way to set up a flow-chart diagram and then have the browser window focus on different parts of it. Rotation and cool effects not necessary but welcomed.

RaVis looks cool, but it is flash based: http://code.google.com/p/birdeye/wiki/RaVis (example here)

Another post mentions Raphael Graffle, which is cool, but not exactly what I'm looking for.

Diagramo (site & example) is cool, but I want to create a standalone version on my webpage, possibly with some interaction.

Eignfactor is also pretty cool, but is is flash based.

Found a good jQuery library for visualization too: http://thejit.org/demos/

Two more:

jQuery Mind Map/Think Map

Javascript or JQuery mindmap plugin

Would love to see what suggestions you guys have and / or similar cool examples you've seen.

Coffle answered 8/6, 2011 at 19:15 Comment(0)
B
18

impress.js is "a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com".

Through the use of HTML 5 "data-*" attributes, one easily describes the positioning, panning, rotation or scaling operations to be applied as a transition when jumping from one slide to another. Some 3D effects are even available...

An "impressive" online demonstration is available.

Brasil answered 1/1, 2012 at 18:33 Comment(2)
very nice. looking forward to playing with this!Coffle
If you don't want to hand code your impress.js presentations check out strut.ioSemasiology
S
3

Try this: http://janne.aukia.com/zoomooz/

Selmore answered 20/12, 2011 at 7:22 Comment(0)
W
2

I know this is an old topic, but I created Presenteer.js ( http://willemmulder.github.com/Presenteer.js/ ) recently, which seems to do exactly what you asked for. You (or others that view this topic) might want to have a look at it...

Wrathful answered 27/4, 2012 at 13:23 Comment(0)
R
0

The best Prezi-like presentation tool using HTML5 & SVG and seamlessly working in iOS is Awwation.

Have a look at the demo presentation.

Regardful answered 12/3, 2013 at 16:8 Comment(0)
R
0

I was looking for the same thing. This blog post describes an open-source tool called Sozi, which is a plugin for Inkscapes. The post links to a presentation created with it that plays on all browsers, including iPad, EXCEPT IE. Even IE 10. Bummer.

http://blog.lightcastletech.com/2013/04/18/prezi-vs-inkscapes-sozi/

Reinforcement answered 11/10, 2013 at 16:57 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.