Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 423 Bytes

File metadata and controls

8 lines (7 loc) · 423 Bytes

Vectorite

N|Solid

Description

This is a simple program made in javascript with p5.js. It visualizes vector fields by spawning particles that use the vector field to as their velocity. Runs pretty slow(since using p5.js for simplicity). Just use a tool like the liveserver extension on vscode to run. To change the visualized field just change the function vectorField(x, y).