@rising-company/mesh-maker-core
v0.1.1
Published
Interactive WebGL dot mesh grid with mouse distortion
Downloads
276
Maintainers
Readme
@rising-company/mesh-maker-core
Interactive WebGL dot-mesh grid with mouse distortion and animated glow. Vanilla JS core — no framework dependencies.
Looking for a framework wrapper? See
@rising-company/mesh-maker-react,@rising-company/mesh-maker-vue, or@rising-company/mesh-maker-svelte.
Installation
npm install @rising-company/mesh-maker-coreQuick Start
import { MeshMaker } from '@rising-company/mesh-maker-core'
const canvas = document.querySelector('canvas')
const mesh = new MeshMaker(canvas, { preset: 'stitch' })
// Later
mesh.pause()
mesh.setPreset('aurora')
mesh.destroy()Presets
stitch · midnight · neon · aurora · ember · ocean
Documentation
Full options, API, and examples: github.com/rising-company/mesh-maker
License
MIT
