- Notifications
You must be signed in to change notification settings - Fork343
Event loop docs#2350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Merged
Event loop docs#2350
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thank you for the documentation, it was great to read.
I added my comments, I am not a native speaker, but I did my best to validate my comments. In addition I noted down my thoughts about what I read.
commit0e8403aAuthor: A. J. Andrews <86714785+DragonMoffon@users.noreply.github.com>Date: Sun Sep 15 23:19:50 2024 +1200 fixed small issue with sprite size propertycommit851821bAuthor: DigiDuncan <digiduncan@gmail.com>Date: Sun Sep 15 04:23:07 2024 -0400 add .tracking and px -> em conversion (#2365) * add .tracking and px -> em conversion * I hate Sphinx It's coarse, and rough, and irritating, and it gets everywhere. * fix docscommit4ff2f0fAuthor: DigiDuncan <digiduncan@gmail.com>Date: Sun Sep 15 01:27:23 2024 -0400 add __all__ to InputManger (#2366)commit895bf57Author: bump_version <bump-version@version.com>Date: Sun Sep 8 01:01:14 2024 +0000 Version 3.0.0-dev.36 [skip ci]commit5c4bc93Author: Einar Forselv <eforselv@gmail.com>Date: Sun Sep 8 01:28:44 2024 +0200 Fix uilabel tests on windows (#2362)commit798ae21Author: Maic Siemering <maic@siemering.tech>Date: Mon Sep 2 23:54:23 2024 +0200 fix slider calculates wrong x value when min_value > 0 (#2359)commitd4947c9Author: Maic Siemering <maic@siemering.tech>Date: Sun Sep 1 23:32:04 2024 +0200 feat(section): untie sections and arcade (#2345) * feat(section): untie sections and arcadecommite9dd36aAuthor: bump_version <bump-version@version.com>Date: Sun Sep 1 16:59:51 2024 +0000 Version 3.0.0-dev.35 [skip ci]commita362ee1Author: Maic Siemering <maic@siemering.tech>Date: Sat Aug 31 23:00:08 2024 +0200 Changes for arcade 3.0 RC2 (dev34) (#2357) - Add more gui examples - hidden password - camera - revamp UIGridLayout, use box algorithm, add documentationcommit1b8ca03Author: bump_version <bump-version@version.com>Date: Mon Aug 26 12:50:54 2024 +0000 Version 3.0.0-dev.34 [skip ci]commit19b53a1Author: Maic Siemering <maic@siemering.tech>Date: Sat Aug 24 05:43:10 2024 +0200 Gui/colorpicker (#2354) * Add color picker examplecommit10143b9Author: Maic Siemering <maic@siemering.tech>Date: Sat Aug 24 05:05:14 2024 +0200 GUI push for 3.0 (#2351) - New FlatUI colors under arcade.uicolor - Combined gui examples and proper documentation - Rewrite box layout to address sizing issues, when a child provided size_hint_min - GUI assets are now consistent in style and properly structured - Apply feedback about UIGridLayout parameter names - UIView provides add_widget method and a background property, which will be used for clearing screen - UIFlatButton provides multiple default styles - Consistent UITextureSlider parameter names, better default for height - UIAnchorLayouts do not restrict a child size to its own size, to allow scrolling use cases - UITextArea provides the option for pyglet attributed or html text formatting - UIInputText emits a on_change event, when text changed - Buttons default to Kenny font, when loaded --------- Co-authored-by: Jaecktec <constantin@jaeck.eu.org>commit3808448Author: Aizen <32631344+feiyuhuahuo@users.noreply.github.com>Date: Fri Aug 23 11:54:16 2024 +0800 Update resource_handlers.rst (#2348)commit072101fAuthor: A. J. Andrews <86714785+DragonMoffon@users.noreply.github.com>Date: Wed Aug 14 00:26:07 2024 +1200 updated ViewportProjector to use Rect, and created unit tests (#2343) * updated ViewportProjector to use Rect and created unit tests * linting ✨ * ⬛ * Correcting references to the viewport Thanks for pointing out the issue,@eruvanos!commit83cb72dAuthor: Maic Siemering <maic@siemering.tech>Date: Thu Aug 8 21:24:06 2024 +0200 typing(gui):remove type ignores from gui (#2346) * remove type ignores from guicommitf44233cMerge:8c17aed2c4161fAuthor: A. J. Andrews <86714785+DragonMoffon@users.noreply.github.com>Date: Thu Aug 8 12:43:28 2024 +1200 Merge pull request#2344 from pythonarcade/sub-clock Add a SubClock class to `arcade.future`commit2c4161fAuthor: DragonMoffon <happydog.aja@gmail.com>Date: Thu Aug 8 00:28:57 2024 +1200 :sparkles: linting and :black_large_square: :sparkles:commitbe85a02Author: DragonMoffon <happydog.aja@gmail.com>Date: Thu Aug 8 00:24:12 2024 +1200 Create SubClock Classcommitb441fb9Author: DragonMoffon <happydog.aja@gmail.com>Date: Thu Aug 8 00:23:59 2024 +1200 :boot:strapping!commit734e333Author: DragonMoffon <happydog.aja@gmail.com>Date: Thu Aug 8 00:11:52 2024 +1200 no more doc string typing
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Finished an initial draft for the full event loop docs.