From 8e0b00c17ea3d4bccfcfee51ea07e57a54aabf4e Mon Sep 17 00:00:00 2001 From: Marc Leonard Date: Wed, 30 Aug 2023 09:47:06 -0600 Subject: [PATCH] Add LineDream (#59) * Add LineDream Add LineDream * Update README.md --------- Co-authored-by: Brian Boucheron --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 944bb25..b33844f 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ Tools to create vector artwork from scratch or by conversion from other formats. - [penkit](https://github.com/paulgb/penkit) - A Python library for creating line-based SVG graphics. - [generativeExamples](https://github.com/digitalcoleman/generativeExamples) - Example Processing code that generates plottable PDFs. - [Let's make map](https://svg-exporter.netlify.com) - Web-based tool to export an SVG map from Mapzen tiles. +- [LineDream](https://linedream.marcrleonard.com/) - A generative art library for Python that can export SVGs. - [SuperformulaSVG for web](https://jasonwebb.github.io/SuperformulaSVG-for-web) - A generative line art web app. - [scribbleplot](https://github.com/bleeptrack/scribbleplot) - Scribbly image transformations in Processing. - [Maker.js](https://maker.js.org) - Library for creating 2D vector drawings for CNC and laser cutter machines.