Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (12 months ago)
- Last Synced: 2024-01-23T13:26:02.097Z (12 months ago)
- Topics: artificial-life, educational, love2d, lua, simulation
- Language: Lua
- Homepage:
- Size: 11.7 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)