ChloePrime / AAAParticles

Effekseer loader on Minecraft 1.18+
MIT License
14 stars 6 forks source link

added new version of .so without glu dependency #36

Closed ripjackie closed 1 month ago

ripjackie commented 2 months ago

This is a new version of libEffekseerNativeForJava.so that was built from my repo: ripjackie/EffekseerNativeForJava. This version of the .so was built without the dependency on libGLU.so, so it should be better to implement in newer versions of packs.

Do note that this verison of the .so was built against GLIBC_2.38, so if that is a problem (Debian looking at you) you can clone my repo, build the shared lib on your system, and replace it in the instance/*/minecraft folder.

ripjackie commented 2 months ago

(Yes I redid a whole outdated transpiling repo just so I can play minecraft and help others do the same, don't @ me)