×
Create a new article
Write your page title here:
We currently have 133 articles on Open Eggbert. Type your article name above or click on one of the titles below and start writing!



Open Eggbert
133Articles

Multiplatform limitations: Difference between revisions
Open Eggbert / Development / Multiplatform limitations

(Created page with "Open Eggbert target Desktop, Android and Web. Available Java SE classes and libraries are limited on Android and Web. Web (browser): GWT is used. There are also some alternatives like TeaVM. == External links == https://libgdx.com/dev/contributing/#considerations-for-gwt-compatibility")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:


Web (browser): GWT is used. There are also some alternatives like TeaVM.
Web (browser): GWT is used. There are also some alternatives like TeaVM.
== Features not supported by GWT (this list is not complete) ==
* '''Formatting:''' The use of <code>String.format()</code> is not available.
* '''Regular expressions:''' Although regular expressions are limited, a simple version of <code>Pattern Matcher</code> is included.
* '''Reflection:''' Instead of standard reflection, use <code>libGDX</code> reflection.
* '''Multithreading:''' While GWT supports timers, it does not allow the use of threads at all.


== External links ==
== External links ==
https://libgdx.com/dev/contributing/#considerations-for-gwt-compatibility
https://libgdx.com/dev/contributing/#considerations-for-gwt-compatibility

Latest revision as of 20:44, 31 August 2024

Open Eggbert target Desktop, Android and Web.

Available Java SE classes and libraries are limited on Android and Web.

Web (browser): GWT is used. There are also some alternatives like TeaVM.

Features not supported by GWT (this list is not complete)

  • Formatting: The use of String.format() is not available.
  • Regular expressions: Although regular expressions are limited, a simple version of Pattern Matcher is included.
  • Reflection: Instead of standard reflection, use libGDX reflection.
  • Multithreading: While GWT supports timers, it does not allow the use of threads at all.

External links

https://libgdx.com/dev/contributing/#considerations-for-gwt-compatibility