-
Notifications
You must be signed in to change notification settings - Fork 82
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
Is/Will StageXL be compatible with Flutter? #316
Comments
And I guess on a similar note, does and will StageXL support Dart 2? I was trying to ramp up the samples but they require Dart 1.x |
Unfortunately Flutter does not expose the OpenGL API, but only their own 2D
drawing API. Therefore many features of StageXL can't be migrated to
Flutter. I asked many times if they will provide access to OpenGL (or any
other low level API) but they don't have any plans to do so :(
Abe _King_ <[email protected]> schrieb am Do., 13. Sep. 2018 um
23:42 Uhr:
… I'm a lot more interested in game development with Dart, now that Flutter
is not in beta. . . and I recall a mention in StageXL somewhere about
supporting flutter in the future when it's stable.
Is this still an active initiative?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#316>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABugEhIYaR1gw3odaEmnEHf_DpVhcNmEks5uatFcgaJpZM4WoQcF>
.
|
Yes, the latest version of StageXL and also the samples support Dart 2.
https://github.com/bp74/StageXL_Samples
Abe _King_ <[email protected]> schrieb am Fr., 14. Sep. 2018 um
00:02 Uhr:
… And I guess on a similar note, does and will StageXL support Dart 2?
I was trying to ramp up the samples but they require Dart 1.x
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#316 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABugEgLxM1rV0sLZ3v4-6gClx2O6iFfBks5uatXcgaJpZM4WoQcF>
.
|
Would it be possible to split the opengl specific parts of the engine into it's own package? While OpenGL for Flutter seems unlikely, Flutter does include Skia, which is very powerful and works on every relevant platform. If it's possible to make a skia-based renderer, engines like this would suddenly become very interesting. Mobile, Windows, Web ... All possible with good performance. Worth experimentation, I think. |
OpenGL for Flutter is not as unlikely as it seems, this is from Alibaba Tech |
Idea of using underlying Skia rendering layer looks quite interesting. Waiting for updates. |
Now the dart provide ffi lib, can binding some c/c++ lib,use SDL2 provide OpenGL environment ? |
OpenGL environment will not work on iOS > 12. |
I'm a lot more interested in game development with Dart, now that Flutter is not in beta. . . and I recall a mention in StageXL somewhere about supporting flutter in the future when it's stable.
Is this still an active initiative?
The text was updated successfully, but these errors were encountered: