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
You can install them by running:
$ python -m pip install -r requirements.txt
You can see an example in the file main.py, and you can run it like this:
$ python main.py