All Projects → Stanko → neon

Stanko / neon

Licence: other
Generative art piece made using 2d vector field

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to neon

vpype-pixelart
Pixel art plotting in vpype
Stars: ✭ 40 (+53.85%)
Mutual labels:  generative-art, vector-graphics
Vpype
The Swiss-Army-knife command-line tool for plotter vector graphics.
Stars: ✭ 292 (+1023.08%)
Mutual labels:  generative-art, vector-graphics
Generative-Art
A selection of generative art scripts written in Python
Stars: ✭ 284 (+992.31%)
Mutual labels:  generative-art, vector-graphics
GenerativeArtists
No description or website provided.
Stars: ✭ 22 (-15.38%)
Mutual labels:  generative-art
sparta
Sparta is a canvas on top of Skia.
Stars: ✭ 28 (+7.69%)
Mutual labels:  vector-graphics
Touchdesigner-Art
Generative Art Made with Touchdesigner
Stars: ✭ 52 (+100%)
Mutual labels:  generative-art
generative
Creative coding experiments
Stars: ✭ 71 (+173.08%)
Mutual labels:  generative-art
generative.fm
A platform for playing generative music in the browser.
Stars: ✭ 1,557 (+5888.46%)
Mutual labels:  generative-art
vectorshapes-unity
Library for drawing vector shapes in Unity.
Stars: ✭ 44 (+69.23%)
Mutual labels:  vector-graphics
generative-crystals
Generative system that creates bi-colored crystal shapes, based on Matthew Epler’s “Designing Generative Systems with p5.js” Youtube playlist.
Stars: ✭ 33 (+26.92%)
Mutual labels:  generative-art
vector
A javascript library for creating interactive graphics.
Stars: ✭ 154 (+492.31%)
Mutual labels:  vector-graphics
cairo-cr
Cairo bindings for Crystal language.
Stars: ✭ 29 (+11.54%)
Mutual labels:  vector-graphics
gestalt
Creative coding playground - Color, Note, Code
Stars: ✭ 16 (-38.46%)
Mutual labels:  generative-art
isovoxel
Isometric voxel generative art
Stars: ✭ 60 (+130.77%)
Mutual labels:  generative-art
py-msa-kdenlive
Python script to load a Kdenlive (OSS NLE video editor) project file, and conform the edit on video or numpy arrays.
Stars: ✭ 25 (-3.85%)
Mutual labels:  generative-art
creative-coding-notebooks
🎨 An authorial collection of fundamental recipes on Creative Coding and Recreational Programming.
Stars: ✭ 17 (-34.62%)
Mutual labels:  generative-art
elementary-plotlib
C/C++ Plotting Library
Stars: ✭ 19 (-26.92%)
Mutual labels:  vector-graphics
generative
A digital playground for experimenting with creative coding and WebGL
Stars: ✭ 50 (+92.31%)
Mutual labels:  generative-art
microbium-app
Draw new worlds
Stars: ✭ 89 (+242.31%)
Mutual labels:  generative-art
generative art
Personal Generative Art Projects
Stars: ✭ 34 (+30.77%)
Mutual labels:  generative-art

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].