Ascendium
- 4 Devlogs
- 15 Total hours
Modern minecraft client built with jetpack compose and material 3 with support for most modern minecraft versions (1.16.5-26.2)
Modern minecraft client built with jetpack compose and material 3 with support for most modern minecraft versions (1.16.5-26.2)
I added vulkanmod support for all supported versions above 1.21.4, it uses the same backend as the 26.2 vulkan renderer but has some extra handling for vulkanmod
Added Vulkan support!
This was pretty hard because skiko does not come with vulkan support by default.
However, there is a pull request that adds vulkan support.
So I created git submodules for skia and skiko, made a setup script that automatically applies the vulkan patches, builds and publishes to maven local.
Then I had to fight with a lot of issues(some of them I couldn’t even debug because it was happening in native code), but I got it working ![]()
Added support for 26.2, only for the OpenGL renderer.
This is because skiko(backend of jetpack compose) does not support vulkan.
Updated gradle and dependencies.
Added support for 1.21.11 and 26.1.2
Did some cleanup for the mixins