Post #1123086
2026-01-24 08:41 UTC
Replies (3)
-
@f4grx@chaos.social 2026-01-24 09:41
@Luanti@floss.social kids dont stop asking me for cute shader effects for beautiful rendering like they see with minecraft videos! Do you have such things planned or already possible? I dont think you can affect rendering with lua mods, right?
-
@mijutu@mastodon.ellipsis.fi 2026-01-24 10:23
@Luanti@floss.social For Debian Trixie users: While waiting for 5.15 to appear in sid, you can package Luanti 5.15 yourself with just a few commands: Add sid sources to sources.list and then sudo apt build-dep luanti=5.14.0+dfsg-2 sudo apt install libsdl2-dev devscripts wget https://github.com/luanti-org/luanti/archive/refs/tags/5.15.0.tar.gz https://deb.debian.org/debian/pool/main/l/luanti/luanti_5.14.0+dfsg-2.debian.tar.xz tar xf 5.15.0.tar.gz cd luanti-5.15.0 tar xf ../luanti_5.14.0+dfsg-2.debian.tar.xz dch --newversion 5.15.0-1 'New upstream version 5.15.0' </dev/null sed --in-place -r 's/^.*run-unittests.*$|^.*dh_auto_test$//' debian/rules dpkg-buildpackage -b dpkg-buildpackage -b In this case dpkg-buildpackage needs to be run twice to ingnore a warning. #debian #luanti
-
@openbar@pouet.chapril.org 2026-02-01 17:03
@Luanti@floss.social wow thanks a lot for your hard work and this wonderful software. Any idea why it's laggy on Ubuntu 24 with flatpak with 5.15 while it's fine with snap with 5.14?