Example "freewheeling" app that can be modified without restarting; useful starting point for further forks
function love.conf(t)
  t.window.resizable = true
end