Hello!
Become a sponsor!
Do you have a tool Godot users could benefit from using?
Or want to show your Godot game to inspire?
Why not become a sponsor of Godot Weekly?
Godot Weekly has an Open Rate of 61.60% and a Click Rate of 20.80%!
~~ MISCELLANEOUS ~~

Dinesh Kumar presents a lightning talk at GodotCon 2024, sharing insights on transitioning from Unity to Godot in an enterprise environment.

The talk by Leszek Nowak at GodotCon 2024 will explore the use of shaders in games such as Voice of Flowers, Enterprise - Space Agency Sim, and Aquabyss, providing insights into their implementation and artistic applications.

In his talk at GodotCon 2024, Miguel de Icaza shares insights into the technical challenges and experiences of bringing Godot to the iPad.

The presentation at GodotCon 2024 discusses how block coding can simplify the learning process for aspiring game creators by making Godot more accessible to those unfamiliar with programming.

How to begin contributing to the Godot Engine and discover various ways to help with its development.

The talk will provide an overview of the advancements made in the Godot renderer over the past year and highlight upcoming features for the next year.
~~ SHADERS ~~
How to apply and customize the Highlight Shader in Godot by creating a new shader material in your sprite's properties.
The shader allows customization of the rotation center point, speed, divisions, and color modifier for creating rotating radial stripes in Godot.
This project explores creating laser-like lines in Godot by modifying a Y+ billboard shader, inspired by similar techniques in Unity.
Opacity Pulse is a Visual Shader for Godot that allows you to control the pulsing effect of a canvas item's opacity by adjusting parameters such as frequency, minimum opacity, and maximum opacity.
This shader separates the skybox sphere into sections of roughly similar area. Then it draws a star in each section to obtain a uniform distribution of stars.
~~ PRO TIPS ~~
To use exported values in the `_init` method in Godot, avoid directly instantiating packed scenes and instead wrap the call using a `post_init` method.
A quick tip for Godot Engine users: pressing Page Down while a mesh is selected aligns it with the nearest mesh underneath, making it easier to position objects on tables or shelves.
GDScript allows for the use of abstract classes by extending inherited classes and using the super() syntax to implement base functions, which is essential for project organization.
How to utilize PackedScene in Godot 4.3 to create reusable game building blocks, with resources available in multiple languages.
~~ TUTORIALS ~~

How to create dynamic shapes and geometry in Godot 4 using code for 2D games, complementing traditional sprites and tiles.

How to create interactive physics-based doors in an FPS game using the Godot Engine by simulating player force.
