Skip to content

Instantly share code, notes, and snippets.

@maximvl
Created March 29, 2015 14:03
Show Gist options
  • Save maximvl/fd1ea3344ede4c3b5808 to your computer and use it in GitHub Desktop.
Save maximvl/fd1ea3344ede4c3b5808 to your computer and use it in GitHub Desktop.
REBOL [title: "Video"]
url: http://cam.luzern.org/axis-cgi/jpg/image.cgi?resolution=320x240
view layout [
image 640x480 rate 0 feel [
engage: func [f a e] [
if a = 'time [
f/image: load url
show f
]
]
]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment