Editor
The threeparticles visual editor allows you to create, configure, and preview particle systems in real-time.
Features
- Visual parameter editing with live preview
- Multiple projects and emitters
- Export configurations as JSON
- Import JSON into your code using
EditorConfig
Workflow
- Create particle effects in the editor at editor.threeparticles.com (opens in a new tab)
- Export your project as JSON
- Import the JSON into your code using
EditorConfig
Next Steps
- Exporting - Learn how to export from the editor
- Importing to Code - Use exported configs in your project