:orphan: .. _happy_face: Happy Face ========== This example shows how to use the Arcade drawing commands. This is one of the simplest things that can be done with Arcade and a great way to get started learning how to do graphics. For a more detailed step-through on how to draw with Python Arcade see `How to Draw with Your Computer `_. For ideas on what to do, see: * `Draw a Picture `_ * `Drawing with Functions `_ To look up all the available commands search for the Drawing Primitives in the :ref:`quick_index`. To see some of these commands in action see :ref:`drawing_primitives`. To keep things simple, this example does not have many of the things commonly shown in the :ref:`starting_template`. .. image:: images/happy_face.png :width: 400px :align: center :alt: Screenshot of drawing example program .. literalinclude:: ../../arcade/examples/happy_face.py :caption: happy_face.py :linenos: