Testing with the beta release of #Godot 4.5, I started making my custom shaders using stencils. I managed to do this! I also made my custom dithering gradient.
19.6.2025 20:34Testing with the beta release of #Godot 4.5, I started making my custom shaders using stencils. I managed to do this! I also made my custom...Another day, another shader. Today I made this shader for a background building. The shader has a slider that "turns on" the "lights" of each window, perfect for a dynamic environment.
Also, I made a simplified version of the technique named Interior Parallax Mapping, to fake depth to each window. There are some drawbacks to this simplification, like some weird artifacts in some angles, but is just for a background mesh, so the issues won't be apparent.
#godotengine
#shaders
#Godot4
Made with #godotengine 4. Using the new decal system, with my custom shaders, I was able to create the following #3D scene.
#godot4
#godot
From Windows to Arch Linux. Will I manage?
8.7.2024 12:49From Windows to Arch Linux. Will I manage?Versionando el logotipo de Godot entre todos en el máster.
#VivaGodot
#GodotEngine
Para mi, una gran red flag 🚩🚩 es que a un developer le guste más un software privativo que uno #OpenSource.
14.9.2023 07:45Para mi, una gran red flag 🚩🚩 es que a un developer le guste más un software privativo que uno #OpenSource.This is my entry for the jam Make a Dinosaur 4 in itch.io.
I'm so happy how it turned out. I did all in blender, even the texturing!!!
#blender
I've joined the Make a Dinosaur Jam https://itch.io/jam/make-a-dinosaur-4 and I'm working really hard on my modelling and sculpting skills. I'm on the step of baking the normal map from the high poly to the low poly and here is the result. Can you guess which one is the high poly and the low poly? (Answer in the photo description).
#blender
Well well well, if isn't it VERTEX shaders...
I had a lot of fun ("F" means frustration) making this. The floor has displacement based on the distance from the player.
#godotengine
#shaders
Do I dare to add a third dimension to my #shaders learning journey?? More or less, as #godotengine handles it for me, now I enter in the world of Spatial Shaders!!! There is a lot to learn and this is just the beginning, but being able to deform a primitive mesh (sphere) and change the colors is already something.
#shader
Continuing my shaders learning journey I've started creating and coding a parametric function to draw rectangles!! So proud of my journey.
#godotengine
#Godot
My second step on the journey of shaders. Now with COLORS!!.
#Godot
#godotengine
#thebookofshaders
Ya sé que es básico y poca cosa, pero estoy bastante orgulloso de pasar de no entender nada de shaders, a ser capaz de hacer estos gradientes en 2 días.
11.8.2023 11:56Ya sé que es básico y poca cosa, pero estoy bastante orgulloso de pasar de no entender nada de shaders, a ser capaz de hacer estos...Nunca imaginé llegar a ser capaz de introducirme en el mundo de los shaders. Aún me queda mucho por aprender, pero gracias a The Book of Shaders me está resultando fácil.
Entendiendo una dimensión a cada paso, aquí tengo algunos ejemplos de shaders con 1 dimensión.