article thumbnail

Godot 3.3 has arrived, with a focus on optimization and reliability

Mircosoft Game Dev

macOS: ARM64 build, code signing. Raise errors when accessing deleted objects in debug. Fabio Alessandrelli ( Faless ) has done a lot of work to enable running the Godot editor on the Web, using the same export code as for Godot-made games (since the Godot editor is developed 100% with the Godot API). iOS: New plugin API.

article thumbnail

GSoC 2022 - Progress report #1

Mircosoft Game Dev

Like in previous years, Godot is participating again in the Google Summer of Code program for its 2022 edition. Multi window code editors by trollodel. Multi window code editors. Undocking the code editors can be done using shortcuts and command palette too. PRs: #62075 , #62910. Project description. Student: trollodel.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Cocos Creator 3.8 Post-Process Shader Writing (2/2) Advanced

Cocos

If we want to support more complex Shaders, such as Blur, Depth of Field, and other effects, we need to work with the code to build it. Create a new TS script file named “GaussianBlur.ts” and enter the following code. There is no effect because the corresponding rendering code has not yet been implemented.

Shaders 98
article thumbnail

Dev snapshot: Godot 4.0 beta 5

Mircosoft Game Dev

Editor: Disable code font ligatures by default in the editor ( GH-68571 ). Rendering: Add optional UV2 logic for lightmapping to primitive shapes ( GH-67975 ). Rendering: Fix several render issues found while debugging XR ( GH-68102 ). Rendering: Add texture reading code to OpenGL3 renderer for web and mobile ( GH-68138 ).

Beta 92
article thumbnail

Dev snapshot: Godot 4.0 beta 5

Mircosoft Game Dev

Editor: Disable code font ligatures by default in the editor ( GH-68571 ). Rendering: Add optional UV2 logic for lightmapping to primitive shapes ( GH-67975 ). Rendering: Fix several render issues found while debugging XR ( GH-68102 ). Rendering: Add texture reading code to OpenGL3 renderer for web and mobile ( GH-68138 ).

Beta 40
article thumbnail

GLES2 and GDNative, progress report #7

Mircosoft Game Dev

The shader code for the lights can be found here. This was mostly coding in "the dark", so there is not much to show yet. The code is located here. So after coding in the dark for quite a while, the darkness is finally visualized :). Just believe me that it was a relief after so many hours of debugging :D.

Render 52
article thumbnail

Release candidate: Godot 3.4 RC 3

Mircosoft Game Dev

Core: Complain if casting a freed object in a debug session ( GH-51095 ). Core: Add detailed error messages to release builds (used to be debug-only) ( GH-53405 ). Editor: Fix logic for showing tilemap debug collision shapes ( GH-49075 ). Editor: Add custom debug shape thickness and color options to RayCast ( GH-49726 ).

Mesh 52