/love-life

Life Particles in Lua

Primary LanguageLuaMIT LicenseMIT

LÖVE Life

GitHub repo size GitHub

2023-12-30 11 16 24

This is a simple port of hunar4321's particle-life into Lua with LÖVE

Running

Make sure LÖVE is installed and run:

$ git clone https://github.com/ravener/love-life
$ cd love-life/src
$ love .

Simple

A more simpler version of the code is available at simple directory, this is lighter on resource usage and only implements the sample JavaScript that was shown in the original repository's README.

To run it:

$ cd simple
$ love .

License

MIT