https://github.com/4ster-light/particles
A particle simulation written in Lua with Love2D engine
https://github.com/4ster-light/particles
love2d simulator
Last synced: 14 days ago
JSON representation
A particle simulation written in Lua with Love2D engine
- Host: GitHub
- URL: https://github.com/4ster-light/particles
- Owner: 4ster-light
- License: apache-2.0
- Created: 2024-10-21T19:48:14.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-23T11:21:28.000Z (about 1 month ago)
- Last Synced: 2025-03-23T12:25:08.102Z (about 1 month ago)
- Topics: love2d, simulator
- Language: Lua
- Homepage:
- Size: 2.17 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Particles Simulation
## How to run
You need to have [Lua](https://www.lua.org/download.html) installed.
Along with [Love2D](https://love2d.org/), which is the only dependency, you can run the simulation by running the following command:
```bash
love src
```## License
This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.