arcade icon indicating copy to clipboard operation
arcade copied to clipboard

Easy to use Python library for creating 2D arcade games.

Results 321 arcade issues
Sort by recently updated
recently updated
newest added

## Bug Report This is a teething issue for the new theme customization on the tip of development. ### Actual behavior: Type reference links are rendered as gray instead of...

bug
documentation

Partial but incomplete fix for #2274 ### Changes * Remove :orphan: from examples * Add hidden expamples toctree with nasty alphabet globbing trick * Deepen sidebar nav to 4 ###...

## Documentation Bug Report ### Actual behavior: Certain pages in the documentation are in some sort of hidden state, where they are not included in the main navigation / TOC....

documentation

We should experiment with supporting `MultiDrawArrays` and `MultiDrawElements` in `Geometry` and see how that plays out. There are multiple concerns about these calls including how they will work with the...

enhancement

Notes from https://github.com/pythonarcade/arcade/pull/2226 ## To resolve: - [ ] Verify that the workaround for pyglet font loading changes works - [ ] (Upstream) Whatever's going with `Screen` types and pyglet's...

## Bug Report Only create simple Window and get error message: ``` Pyright: Argument of type "None" cannot be assigned to parameter "screen" of type "XlibScreen" in function "__init__" "None"...

## Documentation request: ### What documentation needs to change? Notes on compiling with Nuitka. ### Where is it located? https://github.com/pythonarcade/arcade/blob/bf5b50af92cbdc7eb63fb1bc7e1fa6d8fa845d0c/doc/tutorials/compiling_with_nuitka/index.rst ### What is wrong with it? How can it be...

help wanted
documentation

## Bug Report ## System Info Tip of `development` ### Actual behavior: Sphinx autobuild: 1. detects the change in the CSS file and triggers rebuild 2. does not seem to...

documentation

## Enhancement request: Look into putting commit hash + version at top left. ### What should be added/changed? ![image](https://github.com/user-attachments/assets/24a44788-d07a-472a-8b61-1cd985f85e34) Version # + commit hash above this :point_up:. I prototyped this...

## Bug Report ### Actual behavior: `./make.py format` doesn't aply `ruff` import auto-fixes ### Expected behavior: `./make.py format` also runs `ruff`'s auto-fixes for formats ### Steps to reproduce/example code: 1....

bug