| .vim | ||
| .lua-format | ||
| Circle.lua | ||
| conf.lua | ||
| example.gif | ||
| main.lua | ||
| README.md | ||
| stencil.png | ||
Circle packing
I was inspired by this video "Coding Challenge #50: Animated Circle Packing". So yeah, this is my implementation of that, but with Lua and a couple extra features.
Starting
To run this project you need to install Love2D yourself. There is a great tutorial on how to do all of this here.
Controls
- Space - Remove all circles
- Q/E - Decrease/increase speed
- A/D - Decrease/increase density
