Skip to content

Releases: LXK-98/zalith-voxy

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 19:38

Voxy — a level-of-detail renderer that needs desktop OpenGL 4.6 — running on Android under
Zalith Launcher 2.

Read this first

Tested on exactly one device: AYN Odin 3, Snapdragon 8 Elite, Adreno 830, Android 15.
Everything else is an educated guess. Reports either way are welcome — there is a
Device report issue template, and successes are as useful as failures.

  • Adreno 7xx/8xx and arm64 only. The stack is Mesa Turnip, a Qualcomm Adreno driver. Mali and
    PowerVR will not work.
  • Frame rate has never been measured. Everything here is verified correct, nothing is verified
    fast. Two workarounds knowingly cost performance.
  • Storage grows fast — several GB per world, quicker still with Voxy World Gen V2.

What is in this release

File Install as
turnip-plugin.apk app — Vulkan driver plugin
kopper-zink26-plugin.apk app — desktop GL renderer plugin
rocksdb-native-plugin.apk app — RocksDB natives, so LODs persist to disk
voxy-android-compat-*.jar Minecraft mod, into the instance's mods/
zink-env-plugin.apk optional, debugging aid

Verify downloads against SHA256SUMS. The mod is also on Modrinth as
Voxy Android Compatibility; the APKs are
only here, since Modrinth cannot host them.

Not included, install yourself: Fabric API, Sodium 0.9.1+mc26.1.2 (Voxy pins this exactly),
Voxy 0.2.18-beta, and optionally Iris 1.11.3+ and Lithium.

Setup in short

Install the three APKs, put the mod plus Voxy/Sodium/Fabric API in mods/, then set the instance's
Renderer to Kopper Zink, Driver to Turnip, Graphics API to OpenGL.

⚠️ Global settings → "Prefer system Vulkan driver" must be OFF. It is applied independently of
the renderer plugin, so it silently overrides everything else, and the proprietary driver's shader
compiler crashes on Voxy's shaders.

Full instructions, verification steps and a symptom-to-cause troubleshooting table are in the
README.

Reporting problems

Use the launcher's Share Logs button on the crash screen — no adb needed. Please do not dig out
hs_err_pid*.log files and attach them raw: they embed a live Minecraft access token.


Full Changelog: prebuilt-libs...v0.1.0

Prebuilt Mesa libraries

Choose a tag to compare

@LXK-98 LXK-98 released this 11 Aug 17:57

Mesa-derived native libraries for the Turnip and Kopper Zink plugin APKs, arm64-v8a.

Not a product release -- these are build inputs, refreshed only when Mesa is
rebuilt. Fetch them with scripts/prebuilt-libs.sh fetch.

Built per docs/building.md. Mesa is MIT; see each APK's
assets/THIRD-PARTY-NOTICES.txt for the full terms.