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

[WIP] SDL2 Renderer for tokamak #553

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

shial4
Copy link

@shial4 shial4 commented Oct 2, 2023

Enhance SDL2 Support and Rendering Logic

In this PR, we are enhancing our Tokamak with SDL2 support and custom rendering logic.
These changes aim to make SDL2 the preferred choice for Android support, providing more flexibility and control over rendering on this platform. As well as unlocking Android as one of the supported platforms by Tokamak.
Moreover, SDL2 could be used for various other platforms such as Windows or Linux and so on.

Changes and Enhancements:

  • Add SDLRenderer: We have added the SDLRenderer class to initialize SDL2, create SDL windows, and manage rendering. This ensures a smoother experience on Android devices.

TO BE DONE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant