glevand / svg-generators

Programs for generating Scalable Vector Graphics image files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

moto-design SVG Generators

Programs for generating Scalable Vector Graphics image files for camouflage blobs, user defined stars, USA flags, and Yamaha like racing srtipes.

blob-generator

Generates SVG file of camouflage blobs.

Blob Samples

monochrome

monochrome

monochrome

With the following parameters:

blob-generator \
 --node-count-min 8 \
 --node-count-max 16 \
 --radius-min 18 \
 --radius-max 70 \
 --sector_min 20 \
 --grid-columns 180 \
 --grid-rows 180 \
 --grid-width 60 \
 --grid-wiggle 56

monochrome

star-generator

Generates SVG file of stars.

Star Samples

star-5-2

star-7-2

star-7-3

flag-generator

Generates SVG file of American flags.

Flag Samples

usa-flag

usa-flag-og

stripe-generator

Generates SVG file of Yamaha like stripes.

Stripe Samples

Stripe Study

Building

To build use commands like these:

./bootstrap
./configure
make
make install

Licence & Usage

All files in the svg-generators project, unless otherwise noted, are covered by an MIT Plus License. The text of the license describes what usage is allowed.

About

Programs for generating Scalable Vector Graphics image files.

License:Other


Languages

Language:C 94.2%Language:Shell 2.6%Language:Makefile 1.9%Language:M4 1.3%