POINTS API docs
POINTS
is a library that uses WebGPU and allows you to create shaders without worrying too much about the setup.
Looking for an explanation on how to use POINTS? follow this link: README
Main classes:
import Points { RenderPass, RenderPasses } from 'points';
Points
RenderPass
RenderPasses
Submodules with helper wgsl functions:
import { fnusin } from 'points/animation';
points/animation
points/audio
points/color
points/debug
points/effects
points/image
points/math
points/noise2d
points/classicnoise2d
points/random
points/sdf