Skip to content

Instantly share code, notes, and snippets.

@aamedina
Created June 17, 2013 14:16
Show Gist options
  • Save aamedina/5797205 to your computer and use it in GitHub Desktop.
Save aamedina/5797205 to your computer and use it in GitHub Desktop.
(defprotocol IRenderable
(setup [this options])
(setup [this options objects])
(render [this renderables]))
(defprotocol IAnimatable
(animate [this scene camera animatables])
(animate! [this options]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment