Particle Effects for Python with Pyglet using a system with Physical Simulation and 2D Sprites
An example using the particles
To use it you need:
- Python v3.7 or above
- pyglet
- numpy
Install the package locally by running: pip install .
in this directory.
Or you can use pip install pyglet_particles
You can see an example in the file main.py, and you can run it like this:
$ python main.py