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
- Host: GitHub
- URL: https://github.com/ravener/love-life
- Owner: ravener
- License: mit
- Created: 2022-09-09T16:30:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T12:02:15.000Z (over 1 year ago)
- Last Synced: 2025-02-02T05:04:12.205Z (3 months ago)
- Topics: artificial-life, educational, love2d, lua, simulation
- Language: Lua
- Homepage:
- Size: 11.7 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LÖVE Life


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)