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 PIL and other intersphinx mappings appear to be breaking. ## Actions needed - [ ] Get it working - [ ] Document how / why to fix

bug
documentation

This will validate all kinds of things such as label and docstring links. To make the docs maintainable this is more or less mandatory to enable. We want do know...

documentation

## Bug Report Creating a UIGridLayout with one column or one row plus spacing, the widget is not placed centered. ## System Info Run this and paste the output here:...

gui

The camera code is still missing the proper docs and a tutorial. It would also be good to provide examples that explicitly explain how to use the camera rather than...

## Enhancement request: **TL;DR:** Add clearer exceptions on malformed visually `Point2List` cases like `[(1,), (2, 2), (1,)]` ### What should be added/changed? As of #2213, we annotate 2D line drawing...

enhancement

Currently, only the currently active camera is stored. It would be ideal if more information were stored about every camera activation during a draw loop. An example of the kind...

enhancement

Gl geometry can draw a specific number of vertices independent of the internal buffer size. Adding a new draw method to `Spritelist`s that opens this to developers would benefit optimisation.

enhancement

## Enhancement request: ### What should be added/changed? ```py from arcade.resources import ResourcePath FEMALE_PERSON_PATH = ResourcPath(":resources:/images/animated_characters/female_person") my_sprite = arcade.Sprite(FEMALE_PERSON_PATH / "femalePerson_idle.png", 1.0) ``` ### What would it help with? 1....

enhancement

We seem to get some blending artifacts when drawing the framebuffer to the screen. Especially when doing text rendering. Text rendered on top of an opaque brown surface. It should...

bug
gui

Make it possible to create rounded corner nine patch images just from a few parameters including a color. This is extremely useful for things like buttons and makes it fast...

gui