https://github.com/Stanko/neon
Generative art piece made using 2d vector field
https://github.com/Stanko/neon
generative-art vector-field vector-graphics
Last synced: about 1 month ago
JSON representation
Generative art piece made using 2d vector field
- Host: GitHub
- URL: https://github.com/Stanko/neon
- Owner: Stanko
- Created: 2020-01-10T14:40:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T12:25:52.000Z (11 months ago)
- Last Synced: 2024-11-05T15:48:38.543Z (7 months ago)
- Topics: generative-art, vector-field, vector-graphics
- Language: JavaScript
- Homepage: https://neon.muffinman.io/
- Size: 2.17 MB
- Stars: 41
- Watchers: 4
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neon
Generative art piece made using 2d vector field. You can read how it works in [this blog post](https://muffinman.io/neon-generative-art-piece-made-using-2d-vector-field/).
[https://neon.muffinman.io/](https://neon.muffinman.io/)
All generated images have unique URL you can easily share.
If you end up using Neon, please let me know, I would love to see it in the wild. Just open an issue with what you did with it.
## Example image
[](https://neon.muffinman.io//#/false/15/15/50/50/110/5/k554ri7kipa/32fmz98huj9/qunuqveb03)
## Running it locally
You'll need to have node and npm installed.
I used node 12, and project is built using node 10 on netlify.
* Install dependencies
```
npm install
```
* Run local server
```
npm start
```Visit [http://localhost:1234](localhost:1234)