101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

483
active users

#Godot4

2 posts2 participants0 posts today
TruelyMostWanted<p>As of <a href="https://mastodon.social/tags/Godot" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Godot</span></a> Engine 4.5 you can now use "Script Backtracing" in GDScript - allowing to see callstacks of the methods directly and printing them to the console. </p><p>Subtitles available<br><a href="https://www.youtube.com/watch?v=5diuSt1qrXs" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">youtube.com/watch?v=5diuSt1qrXs</span><span class="invisible"></span></a></p><p><a href="https://mastodon.social/tags/GodotEngine" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GodotEngine</span></a> <a href="https://mastodon.social/tags/Godot4" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Godot4</span></a> <a href="https://mastodon.social/tags/Godot45" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Godot45</span></a> <a href="https://mastodon.social/tags/GodotGameDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GodotGameDev</span></a> <a href="https://mastodon.social/tags/IndieGameDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>IndieGameDev</span></a> <a href="https://mastodon.social/tags/GDScript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GDScript</span></a></p>

Hi everybody. We can take a look at the next episode — the seventh one already — of our series about raymarching technology, which we use for modeling 3D scenes in 2D shaders. This time, we’ll focus on a simple algorithm that allows us to repeat the display of an object infinitely, without the need to write any complex code. #Godot #Godot4 #GodotEngine #GodotTips #shaders #devlog #indiedev
youtube.com/watch?v=8Hqi-eZlGC

A new version of GOAT (1.1.3) is now available in the Asset Lib 🎉

godotengine.org/asset-library/

Changelog:
* inventory items are now loaded at the beginning of the game
* the full structure of GOAT's configuration directory is no longer required (missing folders will be treated as empty resources)
* bugfix: double-click on .dialogue files correctly opens the embedded Dialogue Manager

Release link:
github.com/miskatonicstudio/go

Hi everybody. This is the sixth part of our tutorial dedicated to rendering 3D scenes using shaders and raymarching technology. This time, I’d like to try improving the materials by adding textures, which we’ll pass into the shader using new uniform parameters, and briefly explain how so-called triplanar mapping works. #Godot #Godot4 #GodotEngine #GodotTips #shaders #devlog #indiedev
youtube.com/watch?v=U5SL6bojCe

Hey everyone! Today's tutorial is a little bit special because it covers an effect that has been part of my Godot Shader Pack for several weeks now. However, I believe it deserves a more detailed explanation for those who not only want to use this shader but also understand how it works. So, let’s get into it. #Godot #Godot4 #GodotEngine #GodotTips #shaders #devlog #indiedev
youtube.com/watch?v=mwbgj31Q_d

Would you like to add great-looking visual effects to your game made in the Godot Engine? Then you're in the right place! This pack contains 80 shaders from my own collection, ready to use immediately in any free or commercial product.

filiprachunek.gumroad.com/l/sh

youtube.com/watch?v=VWP-JJDVMD

GumroadGodot Shader PackWould you like to add great-looking visual effects to your game made in the Godot Engine? Then you're in the right place! This pack contains 80 shaders from my own collection, ready to use immediately in any free or commercial product.There's no need to copy anything from a book or slowly create a shader by following a video tutorial. Just choose from the ready-made shaders and copy them into your own project.Once you purchase it, you'll get a lifetime access to all future versions!Check out the video description.All code is intended for Godot Engine version 4. I recommend always using the latest version of Godot, which was 4.4 at the time this product was released. If you discover anything incompatible, please let me know.I tested all shaders on Windows 11 and macOS Ventura using Nvidia GeForce and AMD Radeon graphics cards.In the Godot editor, I strongly recommend using the Forward+ rendering mode, as I cannot guarantee that all shaders will work in Compatibility mode.List of shaders2D (background image): 2D Fog 2D Rain 2D Snow Artistic Bumps Chromatic Glitch CMYK Dithering Color Adjustment Color Palette CRT Screen Digital Burn Dot Matrix Earthquake Edge Detection Emboss Filter Fast Blur Hex Tiles LCD Screen Magnifying Glass Night Vision Paper Burn Pixelation Pouring Image Radial Blur Rainy Window Ripple Transition Shockwave Simple Transition Sketch Sprite Glow Tilted Square Grid VHS Glitch Waving Flag Wet Painting 2D (ColorRect) 2D Fire 2D Grid 3D Grid Analog Clock Candle Flame Cheap Blur Chessboard Digital Clock Dynamic Fog Energy Lines Falling Drops Fireworks Geometric Shapes Hexagon Grid Julia Set Kaleidoscope Lightning Liquid Ribbon Lissajous Trail Mandelbrot Set Metaballs Moving Sticks Ornament Plasma Effect Plexus Grid Polar Heart Ray Marching 1 Ray Marching 2 Ray Marching 3 Ray Marching 4 Round Tunnel Running Cirles Sierpinski Triangle Spinner Spiral Tunnel Square Tunnel Star Field Triangular Tunnel Voronoi Diagram VU Meters Warp Speed Water Caustic 3D Animated Shield Cloaked Material Depth Edge Detection Depth Fog Space Planet BonusFire And Smoke (GPUParticles3D)I created a separate scene for each shader to demonstrate its practical use. All shaders include parameters that can be freely modified.But that's not all. By purchasing this product, you get lifetime access to all future versions, in which I’ll be gradually adding new shaders I create. I plan to expand this pack to 100 shaders — and there might end up being even more.And as a bonus, I’ve included the complete source code for one of my particle effects — specifically, a 3D fire effect with smoke. This one is also free to use without restrictions in any project.

Hey everybody! Let's go back to two dimensions, and take a look at how to create the effect you're currently seeing in the background of this video. It's basically something like a kaleidoscope, for which we need a source image and parameters like the number of segments, or the rotation speed. So let's go ahead and program this shader. #Godot #Godot4 #GodotEngine #GodotTips #shaders #devlog #indiedev
youtube.com/watch?v=0-G_MOQk82

Hey everybody! Recently, we created a shader that simulated an analog clock using polar coordinates, and we'll stick with this type of display a little longer. This time, I'll demonstrate how to program a fully customizable spinner based on similar principles. So, let's start coding! #Godot #Godot4 #GodotEngine #GodotTips #shaders #devlog #indiedev
youtube.com/watch?v=KS67q_pOcD

Continued thread

Of course, there are signals for basically every event that the player could cause. This is to make it easy for you to drive animations, sound effects, and particle effects via the player controller without needing to write more code (very nice for prototyping and non-code-oriented developers).

Been working for the past couple days on a parametric player controller for 2D platformers in #godotengine #Godot4 with the main goal of making it easier for designers to focus on levels and their own mechanics rather than fiddling with unintuitive, physics-facing values like acceleration rate and jump velocity.

Current features include wall jumping, double/triple/etc. jumping, wall sliding, coyote time, and input buffering. All of these are data-driven and easy to update (including at runtime)

Hi everyone! Do you remember the digital clock shader I created here some time ago? It was one of the first 2D shaders I used in a 3D project, and the result looked very usable. I think a shader simulating a classic analog clock could have a similar application, and that's exactly what we'll be creating today. #Godot #Godot4 #GodotEngine #GodotTips #shaders #devlog #indiedev
youtube.com/watch?v=1KOGr3CovR

Hi everyone! In this video, I would like to demonstrate a shader that reacts to mouse clicks and movements. It is a variation of a shader displaying the Mandelbrot set, which I created here about a year ago. This time, however, we will enhance it by adding the Julia set at a point chosen by the user, and we will add more control elements, all of which will be controlled by the mouse. #Godot #Godot4 #GodotEngine #GodotTips #shaders #devlog #indiedev
youtube.com/watch?v=zQYqRHL6V8