1
0
Go to file
2021-06-01 21:47:14 +03:00
.vim feat: Initial commit 2021-06-01 19:28:46 +03:00
.lua-format feat: Pack circles into an area using a stencil 2021-06-01 20:55:22 +03:00
Circle.lua feat: Pack circles into an area using a stencil 2021-06-01 20:55:22 +03:00
conf.lua feat: Add controls to update paramaters 2021-06-01 21:47:14 +03:00
example.gif feat: Pack circles into an area using a stencil 2021-06-01 20:55:22 +03:00
main.lua feat: Add controls to update paramaters 2021-06-01 21:47:14 +03:00
README.md feat: Add controls to update paramaters 2021-06-01 21:47:14 +03:00
stencil.png feat: Pack circles into an area using a stencil 2021-06-01 20:55:22 +03:00

Circle packing

Exampel

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