×
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

No edit summary
No edit summary
 
Line 5: Line 5:
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 ==
== Features not supported by GWT (this list is not complete) ==


* '''Formatting:''' The use of <code>String.format()</code> is not available.
* '''Formatting:''' The use of <code>String.format()</code> is not available.

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