Maic Siemering

Results 136 comments of Maic Siemering

Example was renamed (by me 😅) `python -m arcade.gui.examples.exp_hidden_password`

@einarf I merged the current stage, only rotation does not work. But I am not sure, what might be wrong. It could also be, that the camera still has a...

Add button now supports `**kwargs` which will be past to the button factory, which can also be replaced. Instead of passing callbacks, please use the following ``` row = UIButtonRow()...

gui is already formated with ruff and I use pre-commit hooks to enforce it on my side.

Can we also do it with ruff? black and ruff are compatible, but ruff still wants to change >100 files, because it wants to do little more then black.

The commit fails, because not all doc strings are shortened to a length of 100. Do we want to keep it 100? Maybe I just go through the doc strings...

I have a PR to untie sections and arcade window, so we are little more free for minor version changes. #2345 would be great to get feedback, if we want...

`arcade.gl` package not covered by #2677 So that can be done after the refactoring is merged

We will do this after the pyglet-3 branch is merged