Pages

Se afișează postările cu eticheta Godot. Afișați toate postările
Se afișează postările cu eticheta Godot. Afișați toate postările

miercuri, 18 iunie 2025

News : Upcoming (serious) Web performance boost by Adam Scott.

... Starting with 4.5 dev 5, you can expect your Web games to run a little bit more smoothly, without having to do anything. Especially when things get chaotic (for your CPU). It isn’t a silver bullet for poorly optimized games, but it will help nonetheless. Also, note that it cannot do anything for GPU rendering bottlenecks.
... From here on out, the 4.5 release official templates will only support WebAssembly SIMD-compatible browsers in order to keep the template sizes small. We generally aim to maintain compatibility with the oldest devices we can. But in this case, the performance gains are too large to ignore and the chances of users having browsers that are that far out of date is too small relative to the potential benefits.
See the full blog article from the official website.

luni, 14 aprilie 2025

News : GDScript Playground online tool.

You can find this online tool for testing the GDScript source code !

sâmbătă, 29 martie 2025

News : Godot XR update - March 2025

In the second half of February 2025, the Godot XR Community held their latest Godot XR Game Jam. It was organised by Bastiaan Olij and Malcolm Nixon acting in their roles as representatives of the general Godot XR Community.
...
See this news on the godot official blogger.

miercuri, 5 martie 2025

News : New released Godot game engine version 4.4 !

3 March 2025 : New released Godot game engine version 4.4 at official webpage.
... you can see a video intro from the Gamefromscratch - youtube channel.

miercuri, 26 februarie 2025

Godot : Ghost Trail - Godot 4.4

... an old video tutorial from two weeks ago with a nice effect shader from Pixezy :

duminică, 23 februarie 2025

News : Release candidate: Godot 4.4 RC 1

At 21 February 2025 the news :
We are entering the final stage of development for Godot 4.4, which is the Release Candidate: all features are in place, the most critical regressions have been tackled, and so we’re confident that it’s now ready for production use.
You can read about this on the official website.

duminică, 19 ianuarie 2025

sâmbătă, 18 ianuarie 2025

Godot : Using the Godot on browser.

Note: You can add your zipped project by using the drag-and-drop browser feature!
Then you can edit the project like any project, some export features can missing:

joi, 16 ianuarie 2025

News : Why use UIDs in Godot?

Until Godot 4.0, the engine exclusively relied on file paths to refer to scenes, scripts and other resources. While this means references in scenes and scripts use human-readable paths, these paths will break if files are moved to a different location in the project (regardless of whether the move was done using the FileSystem dock or outside Godot). This is especially problematic for large projects where filesystem organization often changes regularly. ...
... another article about Godot game engine by Hugo Locurcio !

vineri, 3 ianuarie 2025

duminică, 29 decembrie 2024

News : Godot Game Awards 2024

Welcome to the first annual Godot Game Awards 2024. Every week we showcased awesome indie games, plugins, and project made in the Godot Engine. You voted for your favorites and we have the results! from StayAtHomeDev.

luni, 9 decembrie 2024

duminică, 10 noiembrie 2024

sâmbătă, 19 octombrie 2024

News : Dev snapshot: Godot 4.4 dev 3.

... ld ne frm 3 cmbire 224 ...
We are back with another big dev update with over 330 cmmits merged in the last few weeks! Contributors continue to work on amazing new things while we continue to merge our backlog of important features that missed the 4.3 cutoff. The combined result is a lot of great stuff compressed into a short amount of time..
Many of the changes in this release are bug fixes that will be backported to Godot 4.3 and released in 4.3.1! So please test this release well so we can be confident with the changes and release 4.3.1 with them as soon as possible.

duminică, 15 septembrie 2024

joi, 29 august 2024

News : Walkthrough Series: Interaction Settings.

... I find a good application on android play to create many types of files SVG files. You can use SVG files in Godot game engine.