Skip to main content

ArcadePlus Graphics Library

Project description

ArcadePlus is an easy-to-learn Python library for creating 2D video games. It is ideal for beginning programmers, or programmers who want to create 2D games without learning a complex framework.

ArcadePlus is built on top of Pyglet and OpenGL.

The ArcadePlus Python library is made by George Shao. ArcadePlus was forked from Arcade, a Python library made by Paul Vincent Craven. ArcadePlus is a simpler, more performant Python graphics library than Arcade.

Pull Requests Welcome Downloads PyPI - License

How to Install

Type pip install arcadeplus into your terminal.

Performance Comparison

As seen in the graph below, the ArcadePlus Python library has much better performance than the Arcade Python library.

ArcadePlus vs Arcade - Python Library Performance Comparison Chart

How to Convert Existing Arcade Code to ArcadePlus Code

  1. Replace any imports such as import arcade with import arcadeplus

  2. Use your IDE’s built-in find function to replace all instances of arcade. with arcadeplus.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

arcadeplus-0.5.7.tar.gz (8.5 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page