ravener / love-life

Life Particles in Lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Life Particles in Lua

License:MIT License


Languages

Language:Lua 100.0%