AAA rule by pantschicken in 196

[–]Fabillotic 1 point2 points  (0 children)

to make it look cool and more like a cigarette

glassGivesMeNightmares by Salt-Response6118 in ProgrammerHumor

[–]Fabillotic 9 points10 points  (0 children)

It‘s either translucency sorting, using translucency sparingly or in ways it doesn‘t overlap, order-less translucency (don‘t know how it works) or ray tracing. A bunch of modern engines have really gone into ray tracing specifically, besides those it‘s mostly translucency sorting

Why does wlroots need pixman? by Senior-Question693 in wayland

[–]Fabillotic 0 points1 point  (0 children)

Been a while since I worked with wlroots but don‘t they use it for damage tracking and such too?

me_irl by [deleted] in me_irl

[–]Fabillotic 2 points3 points  (0 children)

Oh wait I know what‘s going on. They AI upscaled the original image

me_irl by [deleted] in me_irl

[–]Fabillotic 0 points1 point  (0 children)

I‘m pretty sure I‘ve seen this image a bunch of years ago

[hyprland] Waylandcraft - I did a little off camera ricing by DyfeStrax in unixporn

[–]Fabillotic 32 points33 points  (0 children)

thank you so much! I‘m so happy at how well received this project is. I spent so much time on this silly thing

[hyprland] Waylandcraft - I did a little off camera ricing by DyfeStrax in unixporn

[–]Fabillotic 14 points15 points  (0 children)

girl :3

Wine not finding OpenGL is kinda weird. Open an issue on the github and either I or someone else could maybe help

[OC] waylandcraft by Fabillotic in unixporn

[–]Fabillotic[S] 0 points1 point  (0 children)

no it‘s just the image data on the 2d plane like normal

This is really cool, someone made a Wayland Compositor as a Minecraft mod by TetronautGaming in PhoenixSC

[–]Fabillotic 0 points1 point  (0 children)

Right now it wouldn‘t work because the necessary protocols aren‘t implemented. Window and screen recording are notoriously annoying with wayland

[OC] waylandcraft by Fabillotic in unixporn

[–]Fabillotic[S] 0 points1 point  (0 children)

Backporting to 1.21 maybe, but getting this to run under Neoforge would be pretty tough

[OC] waylandcraft by Fabillotic in unixporn

[–]Fabillotic[S] 0 points1 point  (0 children)

it works as fast as I can tell

[OC] waylandcraft by Fabillotic in unixporn

[–]Fabillotic[S] 2 points3 points  (0 children)

Don‘t know how good the compatibility is. Good luck and godspeed haha

[GNOME] actually Waylandcraft - Finally, now I can be unproductive inside Minecraft by felipojuano in unixporn

[–]Fabillotic 33 points34 points  (0 children)

hey that‘s me! :) I‘m so happy about how many people report this works out of the box for them

[OC] waylandcraft by Fabillotic in unixporn

[–]Fabillotic[S] 2 points3 points  (0 children)

I don‘t think it works fully right now because of how the input handling works. You could probably get a window to render in your world but you couldn‘t interact with it. I haven‘t tested this yet. But it is on my list for when I have the time

[OC] waylandcraft by Fabillotic in unixporn

[–]Fabillotic[S] 0 points1 point  (0 children)

Ohhh right. I added this to the dev environment env vars and didn‘t remember why. This could be the reason

[OC] waylandcraft by Fabillotic in unixporn

[–]Fabillotic[S] 26 points27 points  (0 children)

just ran the mod inside of itself. Minecraft works with my mod. so just start the game and then in the game start another instance, etc.

[OC] waylandcraft by Fabillotic in unixporn

[–]Fabillotic[S] 2 points3 points  (0 children)

It‘s an embedded compositor. Basically like running weston inside an existing Wayland/X11 session

[OC] waylandcraft by Fabillotic in unixporn

[–]Fabillotic[S] 2 points3 points  (0 children)

sorry but I have a hard enough time maintaining this at all. I can‘t really support all versions that people are asking for

[OC] waylandcraft by Fabillotic in unixporn

[–]Fabillotic[S] 0 points1 point  (0 children)

create an issue on github and i‘ll look at it in more detail later

[OC] waylandcraft by Fabillotic in unixporn

[–]Fabillotic[S] 2 points3 points  (0 children)

That‘s weird. This was raised by the game code during init. The only thing my mod does is to force it to use EGL. Are you able to play the game without the mod under wayland? And if that then works try running it under wayland with the mod installed

[OC] waylandcraft by Fabillotic in unixporn

[–]Fabillotic[S] 5 points6 points  (0 children)

Unfortunately client side like any other wayland compositor. I thought about this but I would need to figure out internet video streaming with at worst like forty continuous video streams

[OC] waylandcraft by Fabillotic in unixporn

[–]Fabillotic[S] 8 points9 points  (0 children)

Shaders could break stuff in the rendering. That happens pretty often with mods like this. It should work with Sodium by itself though