This is a simple port of hunar4321's particle-life into Lua with LÖVE
Make sure LÖVE is installed and run:
$ git clone https://github.com/ravener/love-life
$ cd love-life/src
$ love .
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 .