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

you are viewing a single comment's thread
view the rest of the comments
[–] 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...