kamilchm / rePresent

A SVG presentation tool: started as revamped version of JessyInk. Based on Inkscape export filters and a bit of JavaScript for the browser part.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rePresent

Create your presentation slides with your favourite tool inkscape

rePresent started out as a revamped version of the JessyInk script for the Inkscape SVG vector drawing program.

Most of the javascript code is moved to a dedicated export filter written in python wich does all the neccesry SVG setup. Only the presentation logic is left to the javascript code wich runs in the webbrowser.

  • For now there are no transition effects (and problaby never will be).

Features

Although rePresent is not complete there are some features already present in the development version.

Implemented - may be working

  • All texts are converted to pathes (based on idea & code from Jan Thor). No more problems with missing fonts on different systems.
  • Time and slide position indicator
  • Slides overview (not navigable yet)
  • Basic confgiuration support (no gui yet)

Planned / not yet started

  • Print a handout version of your slides direct from the browser
  • Bookmarks/Chapter support

About

A SVG presentation tool: started as revamped version of JessyInk. Based on Inkscape export filters and a bit of JavaScript for the browser part.


Languages

Language:JavaScript 56.4%Language:Python 43.1%Language:CSS 0.5%