-
Updated
May 27, 2020 - HTML
generative-art
Here are 597 public repositories matching this topic...
-
Updated
Apr 12, 2020 - JavaScript
-
Updated
Jan 9, 2019 - Lua
-
Updated
Jun 24, 2020 - Go
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jun 25, 2020 - Python
-
Updated
Jan 8, 2019 - Go
-
Updated
Oct 30, 2017 - Lua
-
Updated
Oct 29, 2018 - Python
-
Updated
Dec 9, 2019
-
Updated
Jul 15, 2020 - C++
-
Updated
Nov 2, 2019 - JavaScript
-
Updated
Nov 15, 2018 - Common Lisp
-
Updated
Jan 14, 2019 - JavaScript
-
Updated
Mar 20, 2020 - Dart
-
Updated
May 23, 2018 - Python
-
Updated
Nov 26, 2018 - JavaScript
-
Updated
May 8, 2020 - Python
The contrast between the gray text and the white background on the homepage is quite poor and difficult or impossible to read for many people with vision impairments. I'd suggest darkening the text significantly.
-
Updated
Jun 16, 2020 - Common Lisp
May be it's finally time to split things in modules and separate files, even the tiny ones. So rewriting it in TypeScript or smth. would be much easier and code will be even easier to parse and test.
-
Updated
May 1, 2020 - C++
I found that mel $ repeat ... does not work (it is type-correct, but it gives stack overflow)
mix $ sco (\ f -> return $ osc $ sig f ) $ mel $ repeat $ mel [ temp 300, rest 1 ]
On reason is implementation (mel uses foldl1, at least the default implementation does, https://github.com/spell-music/temporal-media/blob/master/src/Temporal/Class.hs#L24 ) but if I use
... foldr1 (
-
Updated
Jul 12, 2020 - Python
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jun 23, 2019 - Jupyter Notebook
Improve this page
Add a description, image, and links to the generative-art topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the generative-art topic, visit your repo's landing page and select "manage topics."
Users don't really care when errors occur in the application: certainly not enough to have them appear in their face. Make an icon in the bottom bar and show it whenever an error occurs. Clicking it would still show the error dialog.