T.v.Dein

Results 36 issues of T.v.Dein

I need the user to be able to click on an object and pull it into some direction. When the user releases the mouse button, the object would move into...

Hi, I've got a somewhat unusual concern: I want to procedurally generate levels, but I want to use LDTK to create the input for the generator (example tileset etc) AND...

I define button images like this: ```go func LoadButtonImage() (*widget.ButtonImage, error) { idle := image.NewNineSlice(Assets["button-9slice2"], [3]int{3, 3, 3}, [3]int{3, 3, 3}) hover := image.NewNineSlice(Assets["button-9slice3"], [3]int{3, 3, 3}, [3]int{3, 3, 3})...

I am running with my hc config for several years unchanged. Yesterday I updated to ubuntu 24.04 and since then no popup is floating anymore. A good example is zenity....

In many examples on YT it is suggested to do this in order to force a certain structure. For example one could pre-populate a target image with floor tiles to...

I am using xfce-terminal with the solarized-dark theme and latest eza. This is the eza command I'm using: ```shell eza --group-directories-first --time-style '+%Y-%m-%d %H:%M' --git -la ``` This is how...

errors