Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gwygonik committed Jan 25, 2017
1 parent af5d506 commit d17e80f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
@@ -1,10 +1,17 @@
# SquiggleDraw

Processing app to create an SVG based on the brightness of an image transformed into sine waves.
SquiggleDraw will create a SVG file from an image, using the brightness to change the amplitude of sine waves. It is easier to look at the examples below to better understand. :-)

You can use the saved SVG file to print from Inkscape/AI/etc, draw with a pen on a pen plotter (like the awesome AxiDraw), or engrave with a lasercutter (it looks cool!)

This is code for Processing (http://processing.org)

Features:
* Simple UI to control effects
* Simple UI to load/save images, adjust parameters related to the sine waves, and basic image adjustements
* Saved SVG is larger than original image for detail

Example output:
![alt tag](https://cloud.githubusercontent.com/assets/2564583/20510932/dd6f7f7c-b028-11e6-94df-dd1693214b3a.png)
![SquiggleDraw Example Output](https://cloud.githubusercontent.com/assets/2564583/20510932/dd6f7f7c-b028-11e6-94df-dd1693214b3a.png)

SquiggleDraw UI:
![SquiggleDraw UI](https://cloud.githubusercontent.com/assets/2564583/22277912/50d6a0da-e274-11e6-9605-1838b998aed0.png)

0 comments on commit d17e80f

Please sign in to comment.