From 29171fadafab783b6d4f45fbdac65ac03741a866 Mon Sep 17 00:00:00 2001 From: azurepolarbear Date: Sat, 9 Mar 2024 20:08:02 -0600 Subject: [PATCH] Update stream notes; end of stream --- ...2024-03-09-generative-art-library-color.md | 40 +++++++++++-------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/streams/_posts/2024-03-09-generative-art-library-color.md b/streams/_posts/2024-03-09-generative-art-library-color.md index 38fa0c9..82c2e70 100644 --- a/streams/_posts/2024-03-09-generative-art-library-color.md +++ b/streams/_posts/2024-03-09-generative-art-library-color.md @@ -1,7 +1,7 @@ --- layout: post author: azurepolarbear -date: 2024-03-09 00:00:00 -0000 +date: 2024-03-09 16:46:00 -0000 title: "Generative Art Library Color (Monday, March 9, 2024)" tags: - generative art @@ -13,29 +13,35 @@ tags: --- # Goals -- [ ] ~~put artist statement into azurepolarbear.github.io page~~ -- [ ] ~~put mission statement into brittni and the polar bear page~~ -- [x] update dependencies -- [x] choose random element from list (generic function) -- [ ] choose random element from list with weights (generic function) -- [ ] create color palette with weighted colors -- [ ] create new unweighted color palette -- [ ] palette color selector -- [ ] palette color selector factory -- [ ] test palette selection in test project +[ ] ~~put artist statement into azurepolarbear.github.io page~~ +[ ] ~~put mission statement into brittni and the polar bear page~~ +[x] update dependencies +[x] choose random element from list (generic function) +[x] choose random element from list with weights (generic function) +[ ] create color palette with weighted colors +[ ] create new unweighted color palette +[ ] palette color selector +[ ] palette color selector factory +[ ] test palette selection in test project ---- # Resources -# Markdown +## Markdown -[GitHub Markdown](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#styling-text) +- [GitHub Markdown](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#styling-text) -[TypeScript Generics](https://www.typescriptlang.org/docs/handbook/2/generics.html) +## TypeScript ----- +- [TypeScript Generics](https://www.typescriptlang.org/docs/handbook/2/generics.html) -# Music +## JavaScript -Music: https://www.purple-planet.com +- `reduce()` + - [W3Schools: JavaScript - reduce()](https://www.w3schools.com/jsref/jsref_reduce.asp) + - [MDN: reduce](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/reduce) +- `map()` + - [MDN: map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map) +- `for...of` + - [W3Schools: JavaScript - for...of](https://www.w3schools.com/jsref/jsref_for.asp)