Skip to content

Latest commit

 

History

History
93 lines (73 loc) · 4.34 KB

File metadata and controls

93 lines (73 loc) · 4.34 KB

Ports

"Porting" a LibGDX project to work with SwitchGDX would ideally entail simply adding the corresponding Gradle subproject, but in practice often requires some amount of work to remove/adapt code snippets using unsupported runtime features or updating/upstreaming the runtime library with the needed features. This usually takes the form of taking missing features from OpenJDK sources and replacing internal API usages with simplified versions. These ports of open source LibGDX games are primarily for testing and finding missing runtime features to support.

Mindustry The SwitchGDX backend had to be completely ported to Mindustry's LibGDX fork, Arc. Controller support was partially implemented, but a touch screen/mouse is still completely required.

Pixel Wheels Required commenting out openUri workaround, file path fixes, removing logging Printer usage, UI tweaks, switch from Gson to LibGDX JSON serialization, un-thread audio, replace Scanner usage, and disable a broken localization language.

Shattered Pixel Dungeon Required commenting out bits using GregorianCalendar and adding a small Shattered Pixel specific platform implementation.

A Square Astray Required updating LibGDX and a few audio changes to work around the one music limitation.

TriPeaks Just required updating Gradle and LibGDX.

Unlucky Required updating LibGDX and disabling OpenGL profiling code.

Agile (Not finished) The platform specific API had to implemented for threading, dialogs, audio sample playing, and file operations.

Pepper and Carrot Works out of the box, with controller enhancements added.

Bomberman Required updating LibGDX, and controller support was added.

Burger Party Required only updating LibGDX and a few fixes for breaking changes.

Planet Generator Required commenting out test code and adding a workaround for a floating point bug.

Jewel Thief Required implementing high-score functionality and added controller support.

nO mooRe Required updating LibGDX.

Arithmetic Run Required updating LibGDX, translated a few strings to English.

Tangler Works out of the box.

Xodus Works out of the box.

Rect Ball Works out of the box.

Klooni 1010 Just required updating LibGDX and the Gradle wrapper.

Dark Matter Required updating LibGDX and extensive runtime work to support Kotlin Coroutines for async asset loading.

Mystic Garden Required only updating the Gradle wrapper.