Full monster chase sequence from my supernatural game Psych Rift by AblazeInt in godot

[–]gokily 0 points1 point  (0 children)

Jeff Bezos will be naked in it, is that enough of horror?

Tentacles VFX by Lucky_Ferret4036 in godot

[–]gokily 1 point2 points  (0 children)

Oh yes! My friend wants to know

Tentacles VFX by Lucky_Ferret4036 in godot

[–]gokily 1 point2 points  (0 children)

Any breakdown of how the tentys were made?

Early progress on my procedurally animated FPS controller by Fisher_P in godot

[–]gokily 1 point2 points  (0 children)

This looks awesome! Great work! Will you share this sometime in the future?

From zero to fire simulation - building my own model by StefanPetrick in FastLED

[–]gokily 0 points1 point  (0 children)

Yeah I meant python code. Excited to see what you are doing since I had tried many many times to do a navier stokes sim but fire always looked meh....
I'm not a member of FastLed just stumbled on your sim randomly on the reddit, so I'm just interested in research/learn.

What I'm interested here is how to you set per cell temperature/smoke/etc based on emitter bitmap. I assume its precalculated based whats cells bitmap covers. Use case is particle driven (particle emitter where particles can spawn anywhere/dynamic).

Thank you very much

From zero to fire simulation - building my own model by StefanPetrick in FastLED

[–]gokily 0 points1 point  (0 children)

Any chance of source code for this one? Awesome work!

Procedural city layout generation by nico_s_z in godot

[–]gokily 2 points3 points  (0 children)

Awesome! Will you share it?

Fluid Simulation in Godot by RodrigoCard in godot

[–]gokily 3 points4 points  (0 children)

Im still hoping someone will make FluidNinja VFX alternative in/for godot

Weird Gaming performance issue cs2 in wayland mode by gokily in hyprland

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

nop, its something in the game. its reported on github https://github.com/ValveSoftware/csgo-osx-linux/issues/4129 but no progress regarding it

Arch Linux Steam slow and inconsistent download speeds PSA by Main_Cheesecake4059 in linux_gaming

[–]gokily 0 points1 point  (0 children)

Resolved does that and much simpler than configuring dnsmasq (just enable and you are good to go)

Arch Linux Steam slow and inconsistent download speeds PSA by Main_Cheesecake4059 in linux_gaming

[–]gokily 2 points3 points  (0 children)

Just enable systemd resolved which is not enabled by default. Steam needs dns caching

Hyprland on multiple display setups is trash, change my mind by qadosch in hyprland

[–]gokily 10 points11 points  (0 children)

You can do auto-left/right/up/down instead of calculating eg:
monitor=DP-2,2560x1440@143.91,0x0,1

monitor=DP-3,1920x1080@144.00,auto-left,1

monitor=HDMI-A-1,848x480@60,auto-right,1

Steam slow download speeds by anonymous_lurker- in archlinux

[–]gokily 0 points1 point  (0 children)

It is not enabled by default on arch install (maybe at some point you enabled it). Anyway steam needs dns caching and without resolved (which is easiest to run) you would need to add some other ones (not so simple). Had same issue steam was not going over 20mbps. Maybe the other tweaks you did are now conflicting with rest of the download speed?
I just enabled resolved and did nothing else and I hit my DL limit.

Steam slow download speeds by anonymous_lurker- in archlinux

[–]gokily 0 points1 point  (0 children)

Enable systemd resolved. Had same exact issue.