A. J. Andrews

Results 29 issues of A. J. Andrews

While working on the Hit Box tool I found that the UI elements often did not have integer position causing 1-2 pixel flickering and unpleasant artefacts. I have currently just...

Keeping this in a branch until we create the abstraction may be a good idea. We may also want to add the ability to change the texture, start, or end...

I intend to tackle this myself, but If you have an idea for a tool, leave it as a comment. By tool, I mean an app to do a specific...

enhancement

## Save and Load Texture Atlas. Offer a way to save a generated Texture atlas or part of one and have it be loadable later. ### What should be added/changed?...

enhancement

## Enhancement request: MASCOT! I think we should look into getting a mascot for use in the docs and some custom tilesets and characters in the code. Using the Kenny...

enhancement

## Enhancement request: A version of Arcade that does not contain all of the examples, and resources. ### What would it help with? making packaged versions of Arcade games smaller....

enhancement

The only way to have a controller rumble is through pyglet.input.evdev.py. In the standard definition of GameContoller, the rumble_play_weak() and rumble_play_strong() methods are left empty. They are only modified to...

enhancement
mac
stale

This PR includes an updated Orthographic Camera and Camera2D to replace the old SimpleCamera provided with

The camera provided in Arcade currently has many issues that need to be fixed. • Only provides a 2D orthographic camera • Has janky and incorrect zoom functionality • Has...

enhancement

Currently, there is no easy way of subtly changing how SpriteLists render sprites. I propose we add new functionality that doesn't break backward compatibility. There are two main reasons that...

enhancement