theemack / neon

Generative art piece made using 2d vector field

Home Page:https://neon.muffinman.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neon

Generative art piece made using 2d vector field. You can read how it works in this blog post.

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

Image generated using Neon

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

About

Generative art piece made using 2d vector field

https://neon.muffinman.io/


Languages

Language:JavaScript 80.3%Language:SCSS 14.8%Language:HTML 4.8%