Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 762 Bytes

File metadata and controls

36 lines (24 loc) · 762 Bytes

Vector Field Engine (SvelteKit SPA)

Vector Field Engine Preview

Live Demo: https://vfengine.vercel.app/

Vector Field Engine is an interactive, browser-based generative art playground built with SvelteKit and p5.js. It renders dynamic vector fields in real time and lets you shape the output with controls for field behavior, animation, gradients, banding, cursor attraction, and export.

Stack

  • SvelteKit
  • Vite
  • p5.js
  • Adapter Static (SPA fallback)

Run

npm install
npm run dev

Open the printed local URL (usually http://localhost:5173).

Build

npm run build
npm run preview

Behavior

  • Full-viewport interactive vector field
  • Mouse position perturbs direction
  • Grid recomputes on window resize