Lazy Eti's Avatar

Lazy Eti

@lazyeti

Your friendly neighborhood gamedev, 3D artist, creator of PARADISE MARSH and other game stuff ✨ linktr.ee/LazyEti ✨

2,293
Followers
568
Following
141
Posts
03.07.2023
Joined
Posts Following

Latest posts by Lazy Eti @lazyeti

hell yeah btw your bluesky link on twitter is broken

06.03.2026 19:16 👍 2 🔁 0 💬 1 📌 0
Video thumbnail

mobOS trailer - Fake OS & Internet Exploration Game

#gamedev #indiedev #gamemaker

06.03.2026 01:23 👍 547 🔁 193 💬 14 📌 3

omg i wasn't expecting to see Paradise Marsh when i clicked on this 💖

21.02.2026 05:52 👍 2 🔁 0 💬 1 📌 0
Top 20 Open World Indie Games
Top 20 Open World Indie Games YouTube video by Gaming In The Wild

If you like feeling the freedom and possibility of open world games, but not the 80 hour run time — try these. They're fantastic open world indie games with playtimes of 2-14 hours.

16.02.2026 22:01 👍 65 🔁 12 💬 6 📌 1

it looks like it's supposed to play as satire but brother...
maybe don't?

20.02.2026 22:22 👍 1 🔁 0 💬 0 📌 0
Post image

Interesting that Steam allows on its store a game where the whole goal is to kill black people... 💀

20.02.2026 22:22 👍 7 🔁 0 💬 2 📌 0
Video thumbnail

Wait, Godot can do that?!

#godotengine #gamedev

10.02.2026 20:53 👍 356 🔁 38 💬 17 📌 0
Video thumbnail

Bestiary layout update

#godotengine #gamedev #wildcosmos

08.02.2026 17:24 👍 203 🔁 20 💬 3 📌 0
Video thumbnail

I hit the button ✅😭🐸
🚨BIG HOPS is OUT NOW🚨
Get it on Steam | Switch | PS5 for just $17.99 with our 10% launch discount!
#indiegames #nintendoswitch #ps5

12.01.2026 17:04 👍 2340 🔁 836 💬 86 📌 126
Video thumbnail

I made a free web tool to create gradients along svg paths ✨

With it, you can create masks to animate fancy curves in your games instead of doing it by hand 🐰

qaqelol.itch.io/svg-gradient

#Godot #GameDev #Silksong #HollowKnight #SVG

06.01.2026 14:38 👍 144 🔁 27 💬 4 📌 2

They want you to see this and unionize less. You may be next, etc etc, the fear.
But the lesson must be: Unionize MORE. One team, one department, one studio protected? Shut down. *Every* studio protected? They can't shut them all down (without trashing the shareholder value, their only KPI).

07.01.2026 16:48 👍 288 🔁 158 💬 1 📌 3
Preview
Ubisoft Shuts Down Assassin's Creed: Rebellion Developer Halifax Studio Just 1 Month After It Unionized - IGN Ubisoft has shut down its Halifax Studio, just one month after 61 of its 71 workers voted to unionized.

infuriated on behalf of my union siblings in Halifax over this, even moreso after the absurdly long history of struggle in Canada trying to get a union going within Ubisoft.

www.ign.com/articles/ubi...

07.01.2026 15:46 👍 452 🔁 154 💬 8 📌 21
Video thumbnail

final day of @scorespace.net game jam!

the game actually turned out quite fun even though I suck at it
literally sweating while playing

Also the music is such a bop!
#gamedev #indiegame

22.12.2025 19:44 👍 33 🔁 8 💬 3 📌 0
Video thumbnail

Angeline Era is OUT NOW!!!
🔍Every level hidden in plain sight…
🗺️… chart your own path through the world!
⚔️Tons of thrilling combat, mysterious places…
👼… and a soul-shattering story!
GET IT HERE!!
store.steampowered.com/app/2393920/...

08.12.2025 12:08 👍 1331 🔁 627 💬 42 📌 62
Post image

mood

08.12.2025 15:40 👍 10 🔁 2 💬 1 📌 0
Video thumbnail

Two weeks to Angeline Era releasing! Been nervous about the release but very happy that testers are enjoying searching for levels across its overworlds, as well as the bumpslash combat and story!

store.steampowered.com/app/2393920/...

25.11.2025 22:22 👍 243 🔁 71 💬 11 📌 6

Hey @vine2d.bsky.social is there a way i can dm you? Twitter is busted and i'd like to pick your brain about something.

25.11.2025 22:16 👍 0 🔁 0 💬 0 📌 0
Video thumbnail

Announcing VISION QUENCH

Fight your way through a sprawling mega dungeon and uncover the truth with up to 3 other players online.

Wishlist now!!!!!! (Link in replies) ⬇️
#screenshotsaturday #gamedev #indiegame

22.11.2025 21:37 👍 29 🔁 10 💬 2 📌 0

if you're doing anything position based perhaps you'll need to turn on Custom Vertex Stream and send the "Center" variable to your shader ?

15.11.2025 22:47 👍 1 🔁 0 💬 0 📌 0

also, just tested the GPU performances of this tech rendered at 1920x 1080:
10 steps= 1.55ms , 25 steps = ~3.65ms , 50 steps =~6.5ms
This is pretty heavy although i'm sure this could be improved with some tweaks to my ray marching algorithm

15.11.2025 22:44 👍 3 🔁 0 💬 1 📌 0
Video thumbnail

damn! it does work. I'm so dumb. Welp anyway, i'll still post my other experiment tomorrow since i think it's still sturdier and more performant than screen space effects

15.11.2025 22:44 👍 6 🔁 0 💬 1 📌 0

Although, after writing all of this, I'm starting to realize that it might have been possible to solve this limitation by calculating the offset additively on the c# side and feeding it to the shader...
oh well! I might have to revisit this in the future!

15.11.2025 18:39 👍 4 🔁 0 💬 1 📌 0

This is when I hit a brick wall for like a full day and decided to scrap it all and start fresh with a new approach. New thread incoming...

15.11.2025 18:39 👍 4 🔁 0 💬 1 📌 0
Video thumbnail

If your camera can't be rotated, this issue can be entirely solved by offsetting the marched steps based off the cam world position.
However this technique creates a new problem because if you rotate the camera, the whole coordinate system needs to shift based off the current camera direction.

15.11.2025 18:39 👍 4 🔁 0 💬 1 📌 0
Video thumbnail

I got SO close to make it work but there's one big issue i just couldn't fix and it is world space stabilization.
Basically, since the effect is calculated in screen space, the rays just follow the camera instead of looking grounded in the world. You can better see the issue when depth fade is off.

15.11.2025 18:39 👍 4 🔁 0 💬 1 📌 0
Video thumbnail

Using the ray marched positions it's also possible to compare their depth and discard the pixels if something is in front. Also, by calculating the distance between the reconstructed world position, it's possible to create a depth fade effect when the beams intersect with the world.

15.11.2025 18:39 👍 4 🔁 0 💬 1 📌 0
Video thumbnail

The basic idea behind this technique is to create a plane in screen space perfectly parallel with the sun's angle while also facing the camera. Then, the shader can ray march forward by pushing the plane positions using the camera direction and sample the shadow map at the new positions.

15.11.2025 18:39 👍 5 🔁 0 💬 1 📌 0
Video thumbnail

This week, I experimented a lot and managed to create god rays for my game. Here's the result of one of the test I did before scraping it in favor of a different approach.
(I got like 95% of the way there but ended up facing issues i couldn't figure out how to solve)

15.11.2025 18:39 👍 53 🔁 4 💬 2 📌 0
Preview
3D Pixel Art Rendering What I've learned making 3D pixel art in Godot and beyond.

I've added Open Graph meta tags to my website so now link cards should look nice :)

22.11.2024 07:51 👍 22 🔁 6 💬 8 📌 0

It works in steps but i implemented a way to assign specific tile types using the other chanels of the height texture. for example i can replace the type of a ledge to a slope and it'll run a specific bit of code puting down a ramp mesh. It's restrictive but i think it works for my specific needs.

07.11.2025 22:53 👍 1 🔁 0 💬 0 📌 0