this post was submitted on 18 Nov 2023
14 points (88.9% liked)

linuxmasterrace

2051 readers
1 users here now

A community for Linux enthusiasts.

May your htop stats be low and your beard grow long

Welcome to !linuxmasterrace@feddit.de former r/linuxmasterrace members and existing Lemmyverse citizens: Feel free to join the newly created !linuxmasterrace@feddit.de community.

Let’s make the full transition to the decentralized Fediverse!

founded 1 year ago
MODERATORS
 

Notice the actual desktop background, ignore my attempt to kill -9 DIscord after the first of 6 crashes

top 5 comments
sorted by: hot top controversial new old
[–] bh64@lemm.ee 5 points 10 months ago (1 children)

have you tried in a different Wayland compositor?

By the way, I think it's very cool that you're writing your own engine. UE, Unity and even Godot are quite bloated.

[–] Sonotsugipaa@lemmy.dbzer0.com 2 points 10 months ago

Sway (wlroots, same compositor) did window transparency correctly, Hyprland just seems to replace the Hyprpaper background with the default one - if I float the window then other windows in the background are rendered correctly.

Game engine programming is certainly an interesting endeavour, although I'm not confident I'll get anywhere anytime soon unfortunately. At this point I'm more confident about my (still tiny) Vulkan knowledge than actual game dev.

I'm currently trying to implement a UI framework (grids of elements n' stuff), but it's just so damn complicated...

[–] GustavoM@lemmy.world 3 points 10 months ago* (last edited 10 months ago)

A "lame" fix for this is to go to /usr/share/hyprland/ and delete all png files stored there. "It's not stupid if it works". :^)

[–] florb@feddit.de 2 points 10 months ago (1 children)

hmmm i had this very same issue with stardew valley. try the forcergbx rule

[–] Sonotsugipaa@lemmy.dbzer0.com 1 points 10 months ago* (last edited 10 months ago)

This issue seems more like something I did wrong: the only thing I did for window transparency was using the VK_COMPOSITE_ALPHA_POST_MULTIPLIED_BIT_KHR flag, and alacritty seems to handle it just fine.

I'm still learning to properly configure hyprland though, thanks for the suggestion - it may help me test and implement window transparency better in the future.