#! shoes

Shoes.app do
  i = 0
  every(1) do
    clear
    background(gradient(cornflowerblue, tomato, :angle => i % 360))
    i += 5
  end
end

Reply via email to