pdParticles is a free Playdate particle library created by PossiblyAxolotl.
You can use pdParticles to draw circles, basic shapes, and custom sprites.
Check out the wiki to see how to get started and use the library.
You can add it to your Playdate project by installing toybox.py, going to your project folder in a Terminal window and typing:
toybox add pdParticles
toybox update
Then, if your code is in the source
folder, just import the following:
import '../toyboxes/toyboxes.lua'
Download the newest version of pdParticles from this repo.
Add pdParticles.lua to the same directory as your main.lua file.
In your main.lua file add:
import "CoreLibs/graphics"
import "coreLibs/object"
import "pdParticles"
More info on the Getting Started page.
If you're interested in donating to me you can do so on my itch.io.