multiplatform including JS & native is hard. t...
# multiplatform
b
multiplatform including JS & native is hard. the biggest pain points for future users will be that the standard library they are used to on the JVM will be gone. in libGDX we kind of abstracted that away for gaming scenarios, so reliance on the Java standard library is minimized. But that won't fly for general applications.