TokamakUI / Tokamak

SwiftUI-compatible framework for building browser apps with WebAssembly and native apps for other platforms
Apache License 2.0
2.62k stars 111 forks source link

[WIP] SDL2 Renderer for tokamak #553

Open shial4 opened 1 year ago

shial4 commented 1 year ago

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:

TO BE DONE