Skip to content

PossiblyAxolotl/pdParticles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdParticles

Lua Version Toybox Compatible Latest Version

pdParticles is a free Playdate particle library created by PossiblyAxolotl.

playdate-20230131-144652

You can use pdParticles to draw circles, basic shapes, and custom sprites.

playdate-20230131-145305

playdate-20230201-000033

playdate-20230201-183243

Check out the wiki to see how to get started and use the library.

Installing using toybox.py

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'

Manual installation

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.

Donating

If you're interested in donating to me you can do so on my itch.io.