babylon.quarks
v0.17.4
Published
A High-Performance Particle System for Babylon.js
Maintainers
Readme
babylon.quarks
High-performance particle system for Babylon.js. Built on quarks.art (quarks.core).
Install
npm install babylon.quarks @babylonjs/corePeer dependency: @babylonjs/core >= 9.
Quick start
import { BatchedRenderer, ParticleSystem } from "babylon.quarks";
const batchRenderer = new BatchedRenderer("particles", scene);
// Create ParticleSystem instances, add them to your scene logic, then each frame:
// batchRenderer.update(deltaTimeInSeconds);See the examples app in the monorepo for interactive demos and usage patterns.
Links
License
MIT
