Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nvdv/mondrianify
Generate Mondrian tiles
https://github.com/nvdv/mondrianify
art generative-art mondrian typescript visualization
Last synced: 2 months ago
JSON representation
Generate Mondrian tiles
- Host: GitHub
- URL: https://github.com/nvdv/mondrianify
- Owner: nvdv
- Created: 2016-08-20T08:42:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-22T20:15:22.000Z (about 7 years ago)
- Last Synced: 2024-10-26T18:45:25.459Z (3 months ago)
- Topics: art, generative-art, mondrian, typescript, visualization
- Language: TypeScript
- Homepage:
- Size: 24.4 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mondrianify
`mondrianify` is an experiment of generating random [Mondrian](https://en.wikipedia.org/wiki/Piet_Mondrian) tiles using web technologies.
Live demo is [here](https://nvdv.github.io/mondrianify/).![tiles](https://i.imgur.com/QrIUc4a.png)
## Usage
Clone this repository and run
```sh
npm run build && open index.html
```## Testing
```sh
npm run test
```## Dependencies
All `npm` module dependencies are listed in `package.json`.## License
BSD