I don't know how Unity does rendering these days, but Godot uses forward rendering, so I just put my custom outline material on each object and it works. In the Water section of the article I have a paragraph about the depth/normals pre-pass, as that information is required for the outlines.
04.08.2025 22:11 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
You can either bake that information into the multimesh instance data or sample it from a texture. For my tree leaves, I sample positions/normals on a mesh and pass that into the multimesh. If you're doing procedural terrain grass, let's hope you have a heightmap to sample from.
24.07.2025 22:47 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
No problem. You'll need to make sure all your inputs to your lighting model are the same for grass and ground. I set LIGHT_VERTEX equal to the model origin (MODELVIEW_MATRIX[3].xyz) and NORMAL equal to ground/surface normal.
24.07.2025 22:12 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
@davidhol.land vi just wanted to thank you for the guide on the godrays, i managed to get it working! Thank you so much
13.07.2025 16:25 โ ๐ 4 ๐ 1 ๐ฌ 1 ๐ 0
Thanks, I'm seeing how far I can get without engines or libraries. I'll still use Godot for prototypes and game jams.
21.06.2025 02:11 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
The game from scratch is going well :)
I got vulkan & d3d12 renderers, code hot-reload, shader hot-reload, single draw call ui; and stable, frame-rate independent update loop. Going to have a stab at audio next. #odinlang
14.06.2025 13:06 โ ๐ 7 ๐ 1 ๐ฌ 2 ๐ 0
Thanks, friend. Specifically for this style, it can be hard to add a sense of depth to the scene without it looking too 3D, which is why I spent much effort on the god-rays. Also, smooth shading can look odd, but sharp shadows can cause flickering, due to the low resolution; it's a balancing act.
09.06.2025 10:04 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Man I've ran into this many times, following a bunch of overloaded classes/methods just to find what the "default" values of a struct are.
05.06.2025 23:45 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Perhaps this crudely drawn diagram may help(?)
25.05.2025 05:54 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
a point on the plane; I check the shadow attenuation at that point (using a custom Godot shader language function), coloring the fragment if lit; then ray march a few more times using a defined gap to create the layers of light.
25.05.2025 05:54 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
I find it difficult to explain, but I'll give it a shot. I have a post-processing shader that ray marches into the scene; there is a mathematically defined plane in world space that is parallel to the sun direction; in view space, using the x/y coords of the current fragment, I solve for z to get...
25.05.2025 05:54 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0
Iโm reading The Art of Game Design and this is the best lens illustration so far.
17.05.2025 08:43 โ ๐ 4 ๐ 1 ๐ฌ 0 ๐ 0
โฆ the distance from the cell centre, used to animate the lines length.
21.04.2025 00:41 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
The red and green channels encode a vector pointing away from the centre of each cell. That way, my shader can extract the horizontal direction relative to the view, even when rotated. The blue channel is random per cell, used for timing offset of animation. Alpha channel isโฆ
21.04.2025 00:39 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Thanks! I'm not totally sure, just building out mechanics that I like. Something single player, with minimal systems; a little adventure :)
25.03.2025 22:29 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0
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 โ ๐ 17 ๐ 5 ๐ฌ 6 ๐ 0
yeah i'm still doing this sometimes #pixelart #shaders #godot #gamedev
24.09.2024 03:30 โ ๐ 12 ๐ 2 ๐ฌ 2 ๐ 0
I'M VERY SORRY ๐ญ
01.11.2023 09:49 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
some godot things :)Source repository: https://git.sr.ht/~denovodavid/3d-pixel-art-in-godotNext-Gen Pixel Art - Astortion Devlog #20: https://youtu.be/jguyR4...
How my 3D PIXEL ART Camera Works
I made this video just for you under the guise that you were wondering how a 3D pixel art camera works :)
01.11.2023 09:44 โ ๐ 3 ๐ 0 ๐ฌ 1 ๐ 0
Playdate console
Iโm ready to crank #playdate #gamedev
14.10.2023 03:52 โ ๐ 6 ๐ 0 ๐ฌ 0 ๐ 0
3d pixel art render of a sword on a rock surrounded by shallow water
hello bsky :)
I like water #pixelart #shaders #godot #gamedev
08.10.2023 06:29 โ ๐ 23 ๐ 1 ๐ฌ 1 ๐ 0
programmer who loves to make games โฐ๏ธ
wishlist this cool game im working on: https://store.steampowered.com/app/3360000/Costume_Curse/
hobby indie #gamedev, very dark souls pilled
Working on a 2D platformer, stick around to see the progress
Devlogs: https://www.youtube.com/@TikaroHD
DREM Live World Tour tickies on sale now!! โจ
โก๏ธ tour.auntydonna.com
Passion Is My Art Direction
Art Director @redbull.com
Concept Artist @dcellgames.com
https://github.com/longiy
Hi there! I'm a developer currently working on making an immersive multiplayer game called Astralith with pixel art-like graphics. More details soon!
my life is derp and i do derp shit
Game Designer | Video Producer from NZ, in AU
https://linktr.ee/rockersgames
๐๐ฐ๐ฎ๐ฆ๐ด๐ช๐ค๐ฌ ๐ง๐ฐ๐ณ ๐ข ๐ธ๐ฐ๐ณ๐ญ๐ฅ ๐ต๐ฉ๐ข๐ต ๐ฏ๐ฆ๐ท๐ฆ๐ณ ๐ฆ๐น๐ช๐ด๐ต๐ฆ๐ฅ. ๐ฟ
Prints available, Lore about my island world "Argenta" on Patreon ๐ฑ
https://linktr.ee/Aurumek
Open source developer & programming educator.
github.com/nicbarker for my projects.
https://www.youtube.com/@nicbarkeragain for programming videos.
ex engineering @canva & game dev @cerebralfix
I'm a game developer and Pixel artist!
https://oddpotatodev.itch.io/
Hi, I'm solo making a game In Godot
He/Him - Tech Artist @Okomotive
(my posts are mine tho)
Prev. Tech art @ Jumpship
๐ซ Anti-AI/NFT ๐ซ
Gamedev, Shader and VFX Journeyman; making things pretty with code โจ
๐จ: cara.app/harryalisavakis
๐: halisavakis.carrd.co
๐ : halisavakis.com
๐ Understanding the Odin Programming Language: https://odinbook.com/
๐ฑ CAT & ONION: https://store.steampowered.com/app/2781210/
๐ฌ YouTube: https://youtube.com/@karl_zylinski
๐ฌ Discord: https://discord.gg/4FsHgtBmFK
๐ Blog: https://zylinski.se/
https://brambleworks.itch.io
20. Solo indie gamedev, Custom game engines, Odin.
Working on a brutal retro FPS game with space warping
http://jakubtomsu.github.io
Game Developer | Software Engineer | Mathematician
https://about.me/dimitrisevgenidis
Making small games using ordinary (and not so) engines. Godot, Go, Odin+Raylib, PICO-8, TIC-80
https://nefrace.itch.io
creative nerd yoked to the plow of commerce
solo game dev using odin
software dev, husband. documenting journey of creating a no bs notes/todo app