Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ravener/love-life

Life Particles in Lua
https://github.com/ravener/love-life

artificial-life educational love2d lua simulation

Last synced: 3 months ago
JSON representation

Life Particles in Lua

Awesome Lists containing this project

README

        

# LÖVE Life
![GitHub repo size](https://img.shields.io/github/repo-size/ravener/love-life)
![GitHub](https://img.shields.io/github/license/ravener/love-life)

![2023-12-30 11 16 24](https://github.com/datashaman/love-life/assets/59514/4c2eaf0c-4af4-4aa2-9b41-a910cfed2683)

This is a simple port of [hunar4321](https://github.com/hunar4321)'s [particle-life](https://github.com/hunar4321/particle-life) into Lua with [LÖVE](https://love2d.org)

## Running
Make sure [LÖVE](https://love2d.org) is installed and run:
```sh
$ 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:

```sh
$ cd simple
$ love .
```

## License
[MIT](LICENSE)