public
Description: a couchapp that lets you run (and later replay) a presentation by panning, rotating and zooming in an svg file
Homepage:
Clone URL: git://github.com/langalex/boom_amazing.git
name age message
file .couchapprc Sat May 23 12:06:12 -0700 2009 removed raphael, refactored svg control into sc... [langalex]
file .gitignore Sat May 23 12:06:12 -0700 2009 removed raphael, refactored svg control into sc... [langalex]
file README.md Mon May 25 15:44:49 -0700 2009 made svg file a parameter so that i can serve m... [langalex]
directory _attachments/ Fri Nov 06 10:38:57 -0800 2009 made 'slide' transitions faster [langalex]
directory vendor/ Tue Nov 03 16:30:39 -0800 2009 store slides per svg file [langalex]
directory views/ Tue Nov 03 16:30:39 -0800 2009 store slides per svg file [langalex]
README.md

Boom Amazing...

... is a CouchApp that allows you to zoom/rotate/pan around an svg file, record the different positions and then replay those for a presentation... or something else.

Running it

  • Install CouchApp
  • push the app to a CouchDB database
  • create a document and upload your svg file, for example using Futon (http://localhost:5984/_utils)
  • Go to http://localhost:5984/your_db/boom_amazing/_design/boom_amazing/index.html?svg={relative path to svg file}
  • Start moving around, click save to add a slide
  • Replay the saved positions by clicking the next/previous links
  • Hack the code, add something awesome, share it on GitHub

URLs

  • http://github.com/langalex/boom_amazing

Contact

Alexander Lang alex@upstream-berlin.com

Disclaimer

I have only tested this on Safari4/OSX