Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 539 Bytes

gif_instructions.md

File metadata and controls

8 lines (7 loc) · 539 Bytes

How to add a screencap

  1. Make sure the options parameter of your drawing has { :quil { :size [800 500] :features []}}
  • eg (def drawing (Drawing. "Drag Glitch" setup update-state draw-state cli-options { :quil { :size [800 500] :features []}}))
  1. Get a screencapture program that supports gifs. A good one is GifGrabber.
  2. Record the animation for about 15 seconds.
  3. Upload the gif to imgur.
  4. Add an image link to it in the main readme. Be sure to get the direct link, with a .gif extension.