Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganize and split sdl2.ext modules #206

Merged
merged 9 commits into from
Jan 10, 2022
Merged

Reorganize and split sdl2.ext modules #206

merged 9 commits into from
Jan 10, 2022

Conversation

a-hurst
Copy link
Member

@a-hurst a-hurst commented Jan 10, 2022

PR Description

This PR splits several of the larger sdl2.ext submodules into smaller and more focused chunks for the sake of better organization:

  • The ext.sprite module has been split into separate ext.sprite, ext.renderer, and ext.spritesystem modules.
  • The MessageBox API has been split off the ext.gui module into a separate ext.msgbox module.
  • The BitmapFont class has been split off the ext.font module into a separate ext.bitmapfont module.

Merge Checklist

  • the PR has been reviewed and all comments are resolved
  • all CI checks pass
  • (if applicable): the PR description includes the phrase closes #<issue-number> to automatically close an issue
  • (if applicable): bug fixes, new features, or API changes are documented in news.rst

@a-hurst a-hurst merged commit ff1ffae into master Jan 10, 2022
@a-hurst a-hurst deleted the ext_split_modules branch July 21, 2022 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant