Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amitkaps/artistry
Generative Visualisation
https://github.com/amitkaps/artistry
Last synced: 7 days ago
JSON representation
Generative Visualisation
- Host: GitHub
- URL: https://github.com/amitkaps/artistry
- Owner: amitkaps
- License: mit
- Created: 2020-08-03T06:10:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T15:40:51.000Z (about 2 years ago)
- Last Synced: 2024-04-15T00:35:56.528Z (7 months ago)
- Language: JavaScript
- Size: 45.9 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Artistry
Generative Visualisation
To run locally
```sh
bundle exec jekyll serve --baseurl "/artistry"
```## Concepts
1. Learn Functional Programming - Reduce? Fold?
2. Learn Type System
- Domain Modelling (Types -> Geometry)
- Meaningful Errors that are good3. Creative Coding Teaching
- Explain Programming Concept (Abstraction)
- Visually show the output (Reacting)## Tasks
1. Implement the Functional Geometry Paper
- (Coordinate Free)
- This is a not Math Book2. Same Sketch | 10 Different Ways