Releases: LXK-98/zalith-voxy
Release list
v0.1.0
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.
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
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.