diff --git a/docs/_static/demo.gif b/docs/_static/demo.gif new file mode 100644 index 0000000..d3f69e9 Binary files /dev/null and b/docs/_static/demo.gif differ diff --git a/docs/_static/hello-world.gif b/docs/_static/hello-world.gif new file mode 100644 index 0000000..dcee926 Binary files /dev/null and b/docs/_static/hello-world.gif differ diff --git a/docs/_static/keyboard.gif b/docs/_static/keyboard.gif new file mode 100644 index 0000000..b80c986 Binary files /dev/null and b/docs/_static/keyboard.gif differ diff --git a/docs/_static/layout.gif b/docs/_static/layout.gif new file mode 100644 index 0000000..e62f953 Binary files /dev/null and b/docs/_static/layout.gif differ diff --git a/docs/_static/mutable-state.gif b/docs/_static/mutable-state.gif new file mode 100644 index 0000000..5583e80 Binary files /dev/null and b/docs/_static/mutable-state.gif differ diff --git a/docs/_static/options.gif b/docs/_static/options.gif new file mode 100644 index 0000000..e39a018 Binary files /dev/null and b/docs/_static/options.gif differ diff --git a/docs/gettingstarted.rst b/docs/gettingstarted.rst index efa3dfd..19334fb 100644 --- a/docs/gettingstarted.rst +++ b/docs/gettingstarted.rst @@ -96,6 +96,10 @@ draw it in ``love.draw()``:: suit.core.draw() end +This will produce this UI (after clicking the button): + +.. image:: _static/hello-world.gif + As written above, the two widgets are each created by a function call (:func:`suit.Button