Libgdx - Why Bullet and FreeType Are Not HTML Compatible?
I tried to do the following
When I tried to check Bullet or FreeType or Both the following popup
I do not understand why?
+3
Fish
source
to share
1 answer
The Bullet and FreeType libraries depend on native code (C or C ++) that is not available in the Libgdx HTML backend.
The Libgdx HTML backend uses the Google GWT project to cross-compile Java bytecodes to Javascript. Thus, only Java code or APIs that exist in both places can be used. See http://www.badlogicgames.com/wordpress/?p=2308 for details .
+5
PT
source
to share