LÖVE Life
January 23, 2024 · View on GitHub
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 .