Skip to content

Latest commit

 

History

History
285 lines (243 loc) · 9.68 KB

index.rst

File metadata and controls

285 lines (243 loc) · 9.68 KB

The Python Arcade Library

Examples


Installation

Tutorials


Social

example games icon

Games

download icon

Distribute Your Game

API icon

API

source icon

Source Code

Other Gaming Libraries

learn icon

Learn

Performance

Related Libraries

Quick Arcade Library Introduction Video

Arcade is an easy-to-learn Python library for creating 2D video games. It is ideal for people learning to program, or developers that want to code a 2D game without learning a complex framework.

.. toctree::
   :caption: Getting Started
   :maxdepth: 1

   get_started
   install/index
   pygame_comparison
   sample_games
   examples/index

.. toctree::
   :maxdepth: 1
   :caption: API

   quick_index
   arcade
   resources
   keyboard

.. toctree::
   :maxdepth: 1
   :caption: Tutorials

   examples/platform_tutorial/index
   tutorials/pymunk_platformer/index
   tutorials/views/index
   tutorials/card_game/index
   tutorials/lights/index
   tutorials/gpu_particle_burst/index
   tutorials/bundling_with_pyinstaller/index
   tutorials/shader_toy/index
   tutorials/framebuffer/index
   tutorials/raycasting/index
   tutorials/crt_filter/index
   gui/index

.. toctree::
   :maxdepth: 1
   :caption: Advanced

   advanced/vsync
   advanced/textures
   advanced/texture_atlas
   development/performance_tips

.. toctree::
   :maxdepth: 1
   :caption: Community

   community/index

.. toctree::
   :maxdepth: 1
   :caption: Development

   development/index