From 3eb9a7f96da71b7d687012cfdab06e3a4f94638f Mon Sep 17 00:00:00 2001 From: Landon Carter <10535774+lycarter@users.noreply.github.com> Date: Thu, 17 Oct 2019 14:41:46 -0400 Subject: [PATCH 1/2] remove duplicate link (link was already present in L167) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index cc23da9..a8144c1 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,6 @@ Blog posts, articles, tutorials, galleries, videos, et cetera. - [Surface Projection](https://bitaesthetics.com/posts/surface-projection.html) - Some projection techniques for creating line graphics suitable for plotting. - [Fractal Generation with L-Systems](https://bitaesthetics.com/posts/fractal-generation-with-l-systems.html) - Techniques for creating line-based fractal graphics. - [Pen Plotter Art & Algorithms](https://mattdesl.svbtle.com/pen-plotter-1) - Introduction to plotters, AxiDraw, walkthrough of the `penplot` library. -- [Surface Projection](https://bitaesthetics.com/posts/surface-projection.html) - Deep dive into surface projection and hidden line removal using Python and penplot. - [Introduction to TSP art](https://wiki.evilmadscientist.com/TSP_art) - Resources for traveling salesman problem (single path) art. - [Hidden wireframe removal](https://trmm.net/Hidden_Wireframe) - Discussion and links to code for wireframe removal of STL files. From 5154fabec5e593463bf67942b96baec20d105fe1 Mon Sep 17 00:00:00 2001 From: Brian Boucheron Date: Sat, 19 Oct 2019 13:46:27 -0400 Subject: [PATCH 2/2] switch description of surface projection link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8144c1..d1d1727 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ Blog posts, articles, tutorials, galleries, videos, et cetera. - [Vera Molnár](https://www.surfacemag.com/articles/vera-molnar-in-thinking-machines-at-moma) - OG plotter artist. - [Hektor](http://juerglehni.com/works/hektor) - The original cable-based drawbot from 2002. - [Pen Plotter Art & Algorithms](https://mattdesl.svbtle.com/pen-plotter-1) - A two-part intro to creating generative graphics for plotting. -- [Surface Projection](https://bitaesthetics.com/posts/surface-projection.html) - Some projection techniques for creating line graphics suitable for plotting. +- [Surface Projection](https://bitaesthetics.com/posts/surface-projection.html) - Deep dive into surface projection and hidden line removal using Python and penplot. - [Fractal Generation with L-Systems](https://bitaesthetics.com/posts/fractal-generation-with-l-systems.html) - Techniques for creating line-based fractal graphics. - [Pen Plotter Art & Algorithms](https://mattdesl.svbtle.com/pen-plotter-1) - Introduction to plotters, AxiDraw, walkthrough of the `penplot` library. - [Introduction to TSP art](https://wiki.evilmadscientist.com/TSP_art) - Resources for traveling salesman problem (single path) art.