- Notifications
You must be signed in to change notification settings - Fork347
Comparing changes
Open a pull request
base repository:pythonarcade/arcade
Uh oh!
There was an error while loading.Please reload this page.
base:3.2.0
head repository:pythonarcade/arcade
Uh oh!
There was an error while loading.Please reload this page.
compare:development
- 19commits
- 164files changed
- 10contributors
Commits on May 9, 2025
Co-authored-by: Paul V Craven <paul.craven@optimizley.com>
Commits on May 10, 2025
Don't dispatch on_draw if the window is closed (#2684)
* Don't dispatch on_draw if the window is closed* Add close attribute to the window* Add changes to CHANGELOG
Commits on May 17, 2025
Abstract the arcade.gl package in order to support different renderin…
…g backends (#2666)* ABC based arcade.gl backend abstraction example* Abstraction of programs and VAOs/geometry. Also some cleanup* Texture and Compute Shader abstraction* Framebuffer abstraction* Abstract samplers* Abstract texture arrays* Abstract queries* Finished context/info abstraction* Types abstraction and more context cleanup* replace pyglet.gl with enums* Work on tests* Kind of hacky fix for tessellation example* Fix stats counting for compute shaders* ruff format* Fix some linting problems with getter/setters* line length linting* Rename gl backend to opengl* Good-enough arcade.gl doc fixes* Explain the design per Clepto's words* Get some mac survival guide suggestions written (no compute shader -> frag + FBO magic)* Good-enough additions of module prefixes for classes* Delete stuff that's broken or just slowing Clepto down (Gotta go fast)* Typing fixes, backends package is excluded from typing for now---------Co-authored-by: pushfoo <36696816+pushfoo@users.noreply.github.com>
Commits on May 18, 2025
Improve the UIGridLayout top-level docstring
* Fix formatting* Rephrase for clarity
pushfoo committedMay 18, 2025 Add quotes to string literals for alignment
pushfoo committedMay 18, 2025 Fix phrasing in top-level docstring
pushfoo committedMay 18, 2025 Merge pull request#2687from pushfoo/improve-uigridlayout-docstrings
Improve UIGridLayout docstrings
Commits on May 20, 2025
Optional update for the platform tutorial. (#2690)
* first change to test* condense install section* condense install section - format 2* testing an external link* install and step 1 finalized* step_02 done* fixing ~~~ thing---------Co-authored-by: Dickerson <jrdicke@sandia.gov>
Add method for syncing a Sprite's hitbox to it's pymunk Shape (#2691)
* Add method for updating a sprite's hitbox in pymunk* Formatting* formatting
Co-authored-by: Dickerson <jrdicke@sandia.gov>
Merge pull request#2694from pythonarcade/lint_fix
fix the format exclusions and format
Commits on May 22, 2025
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff 3.2.0...development
Uh oh!
There was an error while loading.Please reload this page.