https://github.com/lo2dev/desktop-blob
like a half assed thing that sits on the desktop. doesn't even work properly
https://github.com/lo2dev/desktop-blob
Last synced: 14 days ago
JSON representation
like a half assed thing that sits on the desktop. doesn't even work properly
- Host: GitHub
- URL: https://github.com/lo2dev/desktop-blob
- Owner: lo2dev
- License: cc0-1.0
- Created: 2023-08-14T10:07:01.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T13:43:41.000Z (almost 2 years ago)
- Last Synced: 2025-06-01T04:44:57.529Z (27 days ago)
- Language: GDScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# what the hell is this
So, initially I wanted to do a sort of desktop companion in Godot, but I quickly realized that maybe it's not that doable... or not that doable with my current skills and knowledge.For example, Godot is still X11 while I'm on Wayland. XWayland helps, but the exported game doesn't work as expected. To do a window passthrough I used a `Polygon2D`, but then I
realized that if I want to move the window polygon the polygon itself moves, but the points data remain at the initial coordinates.Perhaps I didn't use the right tool for the job. I'm still a noob learning godot and programming in general so yeah. Maybe it would be possible if I touch some c++ parts of godot idk.

zamn!