Skip to content

[2.0] SDL windowing and input #266

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

Merged
merged 24 commits into from
Aug 16, 2020
Merged

[2.0] SDL windowing and input #266

merged 24 commits into from
Aug 16, 2020

Conversation

Perksey
Copy link
Member

@Perksey Perksey commented Aug 10, 2020

Summary of the PR

Adds a SDL windowing and input backend, as well as completed basic tests of Silk.NET on iOS (with the interpreter enabled) and Android

Related issues, Discord discussions, or proposals

#48
Closes #211
Closes #49

Further Comments

Requirements

  • Base implementation of windowing
  • Base implementation of input
  • Completed PC test

Stretch goals

  • Touch input
  • Completed Android test
  • Completed iOS test with --interpreter

@Perksey Perksey changed the base branch from master to 2.0 August 10, 2020 22:20
@Perksey Perksey changed the title [WIP] [2.0] SDL windowing and input, with initial mobile support [2.0] SDL windowing and input, with initial mobile support Aug 14, 2020
@Perksey
Copy link
Member Author

Perksey commented Aug 14, 2020

Ready for review, mobile is out of scope for this PR.

@Perksey Perksey requested a review from HurricanKai August 14, 2020 16:04
@Perksey
Copy link
Member Author

Perksey commented Aug 16, 2020

First wave of review comments addressed. Generally where I've left code commented out in this PR it's for some sort of illustrative purpose, such as demonstrating what enumerants we don't support in the windowing spec or demostrating what enumerants we haven't used.

@Perksey
Copy link
Member Author

Perksey commented Aug 16, 2020

Thanks for the approval. Don't merge quite yet, as there's still some stuff from #262 I'll have to clean up once that's merged in a couple of secs.

@Perksey Perksey changed the title [2.0] SDL windowing and input, with initial mobile support [2.0] SDL windowing and input Aug 16, 2020
@Perksey Perksey merged commit 06a1905 into 2.0 Aug 16, 2020
@Perksey Perksey deleted the feature/sdl-windowing branch August 16, 2020 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SDL windowing backend Mobile support
2 participants