-
-
Notifications
You must be signed in to change notification settings - Fork 426
[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
Conversation
Ready for review, mobile is out of scope for this PR. |
src/Core/Silk.NET.Core/Miscellaneous/VkNonDispatchableHandle.cs
Outdated
Show resolved
Hide resolved
src/Input/Silk.NET.Input.Common/Internals/InternalsVisibleTo.cs
Outdated
Show resolved
Hide resolved
src/Input/Silk.NET.Input.Common/Internals/ReadOnlyCollectionListAdapter.cs
Show resolved
Hide resolved
src/Windowing/Silk.NET.Windowing.Common/Internals/InternalsVisibleTo.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: HurricanKai <kai.jellinghaus1@gmail.com>
…ure/sdl-windowing
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. |
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. |
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
Stretch goals
--interpreter