Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirabellensaft committed Oct 29, 2024
1 parent 3a01892 commit 0a7883e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Hello, World!
- [ ] parse a limited number of shapes from svg files (WIP).
- [x] add more organic ways to generate images, such as voronoi diagrams
- [ ] adapt composition things to work with voronoi diagrams
- [ ] experiment with L-systems.
- [x] experiment with L-systems.
- [ ] add noise generator
- [ ] add camera input, so the generated art can be a reaction to what already is on paper.
- [ ] project layout that allows for easy transitions between creating art work with lots of predefined functions, writing custom parts for the frame work and switching between different works of art.
Expand All @@ -29,9 +29,21 @@ Hello, World!

## Changes, Thoughts and Learnings (newest first)

### October 29th, 2023

I added a basic implementation of L-Systems, as described here [https://paulbourke.net/fractals/lsys/]. I omitted rules about filled polygons, and will add more rules about shapes that are already present in the lib. There is also a need for more randomness in the parameters.
<figure>
<img
src="https://github.com/Mirabellensaft/sanguine/blob/main/output/images/image_00016.png"
width="300"
height="300"
alt="A generated Tree">
<figcaption>A generated Tree.</figcaption>
</figure>

### October 15th, 2023

New shape dropped. Circloid.
New shape dropped. The Circloid.
<figure>
<img
src="https://github.com/Mirabellensaft/sanguine/blob/main/output/images/image_00014.png"
Expand Down
Binary file added output/images/image_00016.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0a7883e

Please sign in to comment.