RobertCurry0216 / parti

a particle system for the playdate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parti 🥳

a lightweight particle system for the playdate

demo gif

Install

Toybox

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 https://github.com/RobertCurry0216/parti
toybox update

Then, if your code is in the source folder, just import the following:

import '../toyboxes/toyboxes.lua'

Manual install

To install Parti, simply copy the parti.lua file into your game directory and import it into your game.

import "parti"

About

a particle system for the playdate

License:MIT License


Languages

Language:Lua 96.2%Language:Makefile 3.8%