Vector Resources: Difference between revisions

From TSAS Library
Jump to: navigation, search
No edit summary
No edit summary
Line 1: Line 1:
Vectors are machine-readable images used in pen plotting, laser cutting, CNC routing, and other machine-driven machines. See [[Vector or Raster?]] for more info.
Vectors are machine-readable images used in pen plotting, laser cutting, CNC routing, and other machine-driven machines. See [[Vector or Raster?]] for more info.


==Generators==
==Web Generators==
* [https://mitxela.com/plotterfun/ Plotterfun] takes an image and renders it as a plottable SVG. Lots of algorithms!
* [https://mitxela.com/plotterfun/ Plotterfun] takes an image and renders it as a plottable SVG. Lots of algorithms!
* [https://tinkersynth.com/slopes Slopes] renders a stacked wave plot similar to that famous Joy Division album cover
* [https://tinkersynth.com/slopes Slopes] renders a stacked wave plot similar to that famous Joy Division album cover
Line 12: Line 12:
* [https://blptrck.uber.space/flower/ Flower generator] and [https://beetles.bleeptrack.de/ beetle generator] by [https://bleeptrack.de/ bleeptrack]
* [https://blptrck.uber.space/flower/ Flower generator] and [https://beetles.bleeptrack.de/ beetle generator] by [https://bleeptrack.de/ bleeptrack]


==Vector Artists==
==Vector Artists/Inspiration==
* [https://jasonwebb.io/ Jason Webb]
* [https://jasonwebb.io/ Jason Webb]
* [http://manoloide.com/ Manolo Gamboa Naon]
* [http://manoloide.com/ Manolo Gamboa Naon]
* Checkout the [https://twitter.com/hashtag/plottertwitter?lang=en #plottertwitter] hashtag on Twitter
==Generators That Require Coding==
* [https://gist.github.com/fogleman/6fa9e69a92b45ad2d02f627dc483f326 Snowflakes] in Python, by [https://gist.github.com/fogleman Michael Fogleman]


==See also==
==See also==
* [https://github.com/beardicus/awesome-plotters#readme Awesome Plotters list]
* [https://github.com/beardicus/awesome-plotters#readme Awesome Plotters list]

Revision as of 21:49, 29 March 2021

Vectors are machine-readable images used in pen plotting, laser cutting, CNC routing, and other machine-driven machines. See Vector or Raster? for more info.

Web Generators

Image Sources

Vector Artists/Inspiration

Generators That Require Coding

See also