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. Not sure what a vector is? See [[Vector or Raster?]] for more info.


==Web Generators==
===Desktop Programs===
* [https://inkscape.org/ Inkscape] is my personal favorite: free, easy to use (once you get the hang of vector creation) with built-in [https://inkscape.org/doc/tutorials/tracing/tutorial-tracing.html bitmap-to-vector conversion]
* [https://www.adobe.com/products/illustrator.html Adobe Illustrator] is the industry standard, but expensive. You have access as a student—see the photo teacher for details
 
===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 9: Line 13:
* [https://doersino.github.io/uji/ UJI]
* [https://doersino.github.io/uji/ UJI]


==Image Sources==
===Image Sources===
* [http://dimensions.com/ Dimensions.com] has a startling array of clean vectors to download
* [http://dimensions.com/ Dimensions.com] has a startling array of clean vectors to download
* [https://www.templatemaker.nl/en/ Template Maker] and [https://www.festi.info/boxes.py/ Boxes.py] for all your box needs. Great for the [[Laser|laser]] or [[Vinyl Cutter|vinyl cutter]]
* [https://www.templatemaker.nl/en/ Template Maker] and [https://www.festi.info/boxes.py/ Boxes.py] for all your box needs. Great for the [[Laser|laser]] or [[Vinyl Cutter|vinyl cutter]]
* [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/Inspiration==
===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
* Checkout the [https://twitter.com/hashtag/plottertwitter?lang=en #plottertwitter] hashtag on Twitter


==Generators That Require Coding==
===Generators That Require Coding===
* [https://gist.github.com/fogleman/6fa9e69a92b45ad2d02f627dc483f326 Snowflakes] in Python, by [https://gist.github.com/fogleman Michael Fogleman]
* [https://gist.github.com/fogleman/6fa9e69a92b45ad2d02f627dc483f326 Snowflakes] in Python, by [https://gist.github.com/fogleman Michael Fogleman]
See also [[Generative Art]]


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

Revision as of 22:21, 29 September 2021

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

Desktop Programs

  • Inkscape is my personal favorite: free, easy to use (once you get the hang of vector creation) with built-in bitmap-to-vector conversion
  • Adobe Illustrator is the industry standard, but expensive. You have access as a student—see the photo teacher for details

Web Generators

Image Sources

Vector Artists/Inspiration

Generators That Require Coding

See also