The professional browser-based particle editor for Cocos Creator & PixiJS. Design, animate, and export production-ready visual effects — all from your browser.
A complete VFX authoring suite — from particle physics to screen transitions — all in your browser, all export-safe.
GPU-accelerated particle rendering with real-time physics, gravity, turbulence, color ramps, blend modes, and animated textures — all at 60fps.
Professional keyframe timeline with multi-track animation, curve editing, auto-record mode, and frame-precise control over every property.
Interactive attractors, repellers, vortex fields, magnetic dipoles, orbit automation — all with falloff curves and kill radii.
Dissolve, ripple, glitch, bloom, chromatic aberration, LUT grading, zoom blur, noise warp, vignette, pixelate, and more — with 100+ presets.
Import Spine skeletons directly, position and animate them alongside particles, and apply image FX stacks for unified visual composition.
Export spritesheets (PNG), WebM videos, or ZIP bundles with one click. Includes mobile/mid/high presets and memory estimation.
Create bezier paths for particles or force fields. 12+ path presets (spiral, figure-8, zigzag) with progress curves and jitter.
Centralized shared asset library for textures, LUTs, noise maps, and masks with admin tools, tagging, search, and one-click binding.
Visual state machine for triggering VFX based on game events — idle, win, bonus, transition — with configurable transitions and conditions.
Production-ready presets for every slot game scenario — combat hits, magic spells, UI feedback, environment ambience, and cinematic transitions. Every preset is fully editable and Cocos-export-safe.
SlotVFX is designed for speed. Artists create effects visually — developers get export-ready JSON and spritesheets with zero manual work.
Choose a preset or start from scratch. Tweak particles, forces, paths, and FX in the live WebGL viewport.
Use the timeline to keyframe any property. Auto-record mode captures changes as you scrub — no manual key placement.
A/B compare with snapshots, ghost overlays, and the performance HUD. Fine-tune until it's pixel-perfect.
One-click export to Cocos Creator — generates JSON data, spritesheets, Spine assets, and runtime scripts.
Every effect you build is export-safe. Spritesheets, JSON data, and Cocos Creator runtime scripts — ready to ship.
Native integration with AdvancedParticleSystem runtime. Force fields, FX stacks, paths, and state machines all export seamlessly.
Export frame sequences as optimized spritesheets with configurable resolution, frame count, and atlas packing — mobile, mid, or high.
Record effects as WebM videos for marketing, documentation, or quick sharing with stakeholders — no external tools needed.
Both Cocos and PixiJS runtimes give you a clean scripting API for dynamic control — timeline scrubbing, FX layer manipulation, state machines, force fields, and more.
View Full API Reference →// Move force field to follow a game object update(dt: number) { const pos = this.targetNode.worldPosition; const local = uiTrans.convertToNodeSpaceAR(pos); this.vfx.updateForceField('Black Hole', { x: local.x, y: local.y, strength: 500 + Math.sin(Date.now() / 1000) * 200 }); } // One-liner controls this.vfx.emitBurst(50); this.vfx.setTimeScale(0.5); // slow-mo this.vfx.setActivePath('Spiral Out');
Open the editor in your browser and start creating production-ready visual effects in minutes — no install, no setup.
Launch SlotVFX Editor →Everything you need to know about SlotVFX
SlotVFX is a professional browser-based VFX particle editor built specifically for 2D slot game development. It features 100+ ready-made presets, real-time WebGL preview, timeline keyframe animation, force fields, screen & area FX shaders, Spine support, and one-click export to Cocos Creator and PixiJS.
SlotVFX supports Cocos Creator 3.8+ with native TypeScript components and PixiJS v7/v8 with a self-contained JavaScript runtime. Effects can be exported for either engine with a single click.
No. SlotVFX runs entirely in your browser — no installation, no plugins, no downloads. Just open the editor at app.slotvfx.com and start creating effects.
SlotVFX offers a free tier with core features. Premium features including unlimited exports, advanced FX shaders, and team collaboration are available with a subscription.
Yes. SlotVFX includes a real-time WebGL preview in the editor, plus a Quick Test feature that opens a live PixiJS preview directly in your browser without needing to export.