=========
Tutorials
=========

Pymunk has one tutorial that show a simple simulation from start to end.

After reading it make sure to also check out the :ref:`Examples <examples>` as 
most of them are easy to follow and showcase many of the things you can do with 
pymunk.

.. toctree:: 
    :maxdepth: 1
    :glob:

    tutorials/SlideAndPinJoint.rst

..
    tutorials/*

External Tutorials
==================

If you have made a tutorial that is using pymunk in any way and want it 
mentioned here please send me a link and I will happily add it. I also 
accept full tutorials to include directly here if you prefer, as long as they
are of reasonable quality and style. Check the source to see how the existing 
ones are built.

Pymunk physics in Pyglet
------------------------

:subscript:`Created by Attila Toth. Retrieved 2018-02-24`

A series of videos giving a good introduction to Pymunk covering the basics 
including Body types, the different Shapes and how to use sprite with Pyglet 
together with Pymunk. 

.. raw:: html

    <iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PL1P11yPQAo7pH9SWZtWdmmLumbp_r19Hs" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>

