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.

Similar performance improvements have now been integrated into the main Arcade library.

Pull Requests Welcome 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.

Pros: Massive frame rate improvements (compared to Arcade v2.3)

UPDATE: As of Arcade v2.4, this depends on your machine specs. It may perform better, worse, or about the same depending on your RAM speed, GPU, and more.

Cons: More memory usage.

Performance Comparison with Arcade (Arcade 2.3 and earlier):

Performance Comparison with Arcade (Arcade 2.3 and earlier)

Performance Comparison with Arcade (After similar changes were integrated into Arcade v2.4):

Performance Comparison with Arcade (After similar changes were integrated into Arcade v2.4)

Code Compatibility & Conversion

With a few simple changes (listed below), your existing Arcade code will work as intended with ArcadePlus, but an order of magnitude more efficiently. However, any future ArcadePlus code may not work with Arcade code due to new features and optimizations that may be added.

Method #1

  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.

Method #2

  1. Instead of import arcade, use import arcadeplus as arcade

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-1.0.4.tar.gz (8.5 MB view details)

Uploaded Source

File details

Details for the file arcadeplus-1.0.4.tar.gz.

File metadata

  • Download URL: arcadeplus-1.0.4.tar.gz
  • Upload date:
  • Size: 8.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.9.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.9

File hashes

Hashes for arcadeplus-1.0.4.tar.gz
Algorithm Hash digest
SHA256 d3e4f36e85b3e4ec2b1599f7ac5ff413bf1e3990fe7bed3bfc0a0f17e257fcef
MD5 e12d1742f1a0eb2869e9096d07914001
BLAKE2b-256 26ac9d684f75933b574df15cc1e06d488a02f6481972a19266cc534422d98993

See more details on using hashes here.

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