Replies: 2 comments
-
Sounds like a useful addition. I think it deserves a separate module such as |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello, do you have any news about this module, if it has be added to libktx ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I started using original libGDX and found that it only provides view and fragment and nowadays for the modern Android app it is good to use modern Jetpack Compose framework and I created Composable which wraps the libGDX functionality and fragment using
AndroidViewBinding
and inflate functionality.I think it would be good to have something similar ready out of the box. The thing is that Composable should be written in Kotlin and can't be really a part of original libGDX written in Java. So that, I'm wondering if adding Jetpack Compose support to libKTX is a good idea? I haven't found similar discussions, maybe only one, but about some DSL question
Beta Was this translation helpful? Give feedback.
All reactions