Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirabellensaft committed Dec 30, 2023
1 parent d34f5ba commit 7f74792
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Since the renaissance it has been shaped into a kind of pencil, used mainly for

The goal is to build a framework for generative art for pen plotters in Rust.

Support this work by buying the art work that comes out of it at ko-fi, or by buying me a ko-fi. Or by buying me one every month!

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/S6S0N8I4U)


Hello, World!

![Hello, World! a 3 by 3 grid of 9 groups of 2 distorted squares, black lines on white ground](https://github.com/Mirabellensaft/sanguine/blob/main/output/images/hello_world.png?raw=true)
Expand Down Expand Up @@ -32,6 +37,10 @@ I am not sure if I will implement this fully soon, as I feel I am also due to ma

Another step I took towards making the library part more generic is moving most of the composition implementation to the project part, and only keep the traits and type definitions in place. This seems way more logic, as the implementations were rather specific for my artistic work, and this is not the purpose of the crate.

### December 18th, 2023

Set up a Raspberry Pi with [Saxi](https://github.com/nornagon/saxi) so my computer does not need to be tethered to the AxiDraw in order for the plotter to be active.

### December 12th, 2023

Refactored the way Grid and Voronoi Diagrams are constructed. Now all diagram types are constructed with the same constructor, only with different variants, which in the end decides, which diagram type is first built. I added a trait, so that the diagram types can share behavior regarding compositional aspects.
Expand Down

0 comments on commit 7f74792

Please sign in to comment.