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

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

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.