Home > rubyscape

rubyscape

Rubyscape is a project mainly written in Ruby, based on the MIT license.

A very small API for manipulating inkscape SVG files in ruby. Comes with SimpleOverlay, an internal DSL for writing scripts to generate animations based on overlays. Includes support for generating latex powerdot slides for each snapshot.

README

RubyScape is a very (really very) small ruby API for manipulating Inkscape SVG files. Currently, all it can do is to load from a file, perform some queries, modify some parameters of objects, and write to a file. This is everything I needed to implement SimpleOverlay, a simple internal DSL to write overlay-based animations.

Previous:sample_app