arcade
arcade copied to clipboard
Easy to use Python library for creating 2D arcade games.
## 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...
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....
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...
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...
## 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...
## Enhancement request: Look into putting commit hash + version at top left. ### What should be added/changed?  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....