Giter Club home page Giter Club logo

ruby_svg_path_render's Introduction

Ruby SVG Vector Path Renderer

Proof-of-concept ruby project to draw .SVG path elements using Ruby.

Uses Jeremey Holland's Savage gem to parse the vector data, Yihang Ho's bezier gem to plot the curves and the gosu library to draw it all to the screen.

To Use

Install the needed gems using bundle install, then run svg_path_render.rb.

Usage:

svg_path_render.rb <[options]> <svg_filename>

where [options] are:
  -w, --width=<i>           Window width (default: 640)
  -h, --height=<i>          Window height (default: 480)
  -c, --curve-points=<i>    Number of points to plot in curves (2-1000) (default: 5)
  -x, --x-scale=<f>         multiple X size by this number (default: 1.0)
  -y, --y-scale=<f>         multiple Y size by this number (default: 1.0)
  -s, --scale=<f>           multiple X and Y size by this number (default: 1.0)
  -o, --x-offset=<i>        offset X coordinates by this many pixels, positive or negative (default: 1)
  -f, --y-offset=<i>        offset y coordinates by this many pixels, positive or negative (default: 1)
  -d, --delay=<f>           Delay between redrawing (seconds) (default: 1.0)
  -e, --help                Show this message

ruby_svg_path_render's People

Contributors

xunker avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.