arcade
arcade copied to clipboard
Easy to use Python library for creating 2D arcade games.
## Documentation request: ### What documentation needs to be added? Information on maximizing cross-platform compatibility for sound assets. ### Where should it be added? Probably the programming guide. ### Details...
## Bug Report I want to draw a timer on screen, normally it will count down per second, but it not give me the good result. ## System Info time:...
When running a performance test on drawing textures using `draw_scaled_texture_rectangle`, I found it laggy and slow. Is there an efficient way to draw thousands of images? I could try using...
In a standard GUI application, a user can switch the focus of widgets by pressing Tab and going back with Shift-Tab. It would be nice if that could be implemented...
To enhance the GUI code, a few things have to be cleaned which might break compatibility. The goal is to collect all these changes within a bigger update like 2.7....
When drawing rounded backgrounds and buttons it would be nice to draw them as a 9patch ensuring the corners don't get streched. The widget should also be resizable and the...
## Bug Report ## System Info ``` Arcade 2.7.0 ------------ vendor: Intel renderer: Mesa Intel(R) UHD Graphics 620 (KBL GT2) version: (4, 6) python: 3.9.2 (default, Feb 28 2021, 17:03:44)...
### Optimization Request I am creating a battlefield simulator, where two armies attack each other with swords, bows and arrows, etc. When an arrow is fired, it needs to aim...
## Enhancement request: ### What should be added/changed? A way to detect 404 links in doc. Recap of [today's discord discussion after I brought the topic up](https://discord.com/channels/458662222697070613/458662458198982676/960683382684127232): 1. A [BeautifulSoup](https://beautiful-soup-4.readthedocs.io/en/latest/)...
This really affects the performance when re-rendering the widgets. A worst case 100x cost compared to using a persistent `Text` or `pyglet.text.Label` instance.