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.
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:
SDLRenderer
class to initialize SDL2, create SDL windows, and manage rendering. This ensures a smoother experience on Android devices.TO BE DONE