Skip to content

Commit

Permalink
Added support for toybox.py
Browse files Browse the repository at this point in the history
This just required adding the library to the toystore so the only thing here is updateing the readme to inform people how to use the library via toybox.py.
  • Loading branch information
DidierMalenfant committed Feb 13, 2023
1 parent f8031ae commit 2bed783
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# pdParticles
pdParticles is a free Playdate particle library created by [PossiblyAxolotl](https://www.youtube.com/PossiblyAxolotl).

[![Lua Version](https://img.shields.io/badge/Lua-5.4-yellowgreen)](https://lua.org) [![Toybox Compatible](https://img.shields.io/badge/toybox.py-compatible-brightgreen)](https://toyboxpy.io) [![Latest Version](https://img.shields.io/github/v/tag/PossiblyAxolotl/pdParticles)](https://github.com/PossiblyAxolotl/pdParticles/tags)

pdParticles is a free Playdate particle library created by [PossiblyAxolotl](https://www.youtube.com/PossiblyAxolotl).

![playdate-20230131-144652](https://user-images.githubusercontent.com/76883695/215882419-0d358b40-1236-477b-a207-c5ba053922fd.gif)

Expand All @@ -14,4 +16,21 @@ You can use pdParticles to draw circles, basic shapes, and custom sprites.

Check out the [wiki](https://github.com/PossiblyAxolotl/pdParticles/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**](https://toyboxpy.io), going to your project folder in a Terminal window and typing:

```console
toybox add pdParticles
toybox update
```

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

```lua
import '../toyboxes/toyboxes.lua'
```

#### Donating

And if you're interested in donating to me you can do so on my [itch.io](https://possiblyaxolotl.itch.io/pdparticles).

0 comments on commit 2bed783

Please sign in to comment.