Design an effect by looking at it, then take the PixiJS v8 code with you.
Design an effect by looking at it, then take the PixiJS v8 code with you.
1. Pick a preset, or choose a source — a generated pattern or your own image.
2. + Add effect opens the gallery: pick from the live previews and stack as many as you like. They apply top to bottom.
3. Click a layer's name for its sliders. anim next to a slider sweeps that value over time; ⋯ holds solo, duplicate, reorder and the shader code.
4. Export code gives you ready-to-use PixiJS v8 files. Everything else — PNG, project files, share link — lives under ⋯.
The Particles tab is a separate emitter studio with the same shape: preset first, advanced controls behind one switch, same Export button. Click its preview to place the emitter, or hold and drag to trail it behind the pointer.
Your whole setup — effects and particles — is saved in this browser automatically. Space pauses. No shader code required.
npm i pixi.js.emitter.view to your stage, call emitter.update(deltaMS) each frame. It emits perWave particles every frequencys for emitTimes (0 = forever). For a blade hit call emitter.start(x, y, angle) (emits for emitTime then stops) or emitter.burst(x, y, angle) for one instant wave. Full usage is in the file header.