Skip to content

Commit

Permalink
Update stream notes; end of stream
Browse files Browse the repository at this point in the history
  • Loading branch information
azurepolarbear committed Mar 10, 2024
1 parent 403475a commit 29171fa
Showing 1 changed file with 23 additions and 17 deletions.
40 changes: 23 additions & 17 deletions streams/_posts/2024-03-09-generative-art-library-color.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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: <a href="https://www.purple-planet.com" target="_blank" rel="noopener noreferrer">https://www.purple-planet.com</a>
- `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)

0 comments on commit 29171fa

Please sign in to comment.