article thumbnail

Cocos Creator 3.7.1 Released

Cocos

We appreciate your help and work to improve the engine. We also have added a new demo project that will share many of the new upgrades that have come with 3.7 and previous updates. You can download it from the Cocos Store.

article thumbnail

Cocos Creator 3.8 Community Beta is now available

Cocos

we have completed the transformation of the engine-builtin Custom Pipeline using RenderGraph. It will support the implementation of engine builtin Custom Pipeline and the default Deferred Pipeline. We also support Compute Shader capabilities. Download Links (Ver. AGP upgraded to 8.0.2.

Beta 52
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

Godot 4.0 will get a new, modernized lightmapper

Mircosoft Game Dev

Lightmaps offer significant advantages over any other technique when the following requirements are met: Performance above anything else (for mobile, lightmaps are still a must-have). If these requirements are met, then lightmapping is probably the best for you. Lighting will not change (lights won't move). lightmapper.

article thumbnail

Cocos Creator 3.7.3 comes with an update to Cocos Effect

Cocos

ENGINE Features ● Custom Render Pipeline based on Render Graph supports for GLES backend ● Deprecated interfaces, such as addRasterView, addComputeView, etc., Fixed Toon shader data issue on iOS Wechat. Fixed include issue when Custom Engine lacks the external directory. Cocos Creator 3.7.3 from the Cocos Dashboard.

Terrain 52
article thumbnail

Introducing the new "last minute" lightmapper

Mircosoft Game Dev

This generally works and looks pretty, but it's quite shader intensive, which makes it not work on mobile or low end GPUs. The biggest challenge of this workflow is not the lightmap itself, but the fact that it should be easy to use (which is Godot's #1 design priority). The smaller this value, the bigger the lightmaps will be.

article thumbnail

Project Structure - Guide to Cocos Cyberpunk Source Code

Cocos

For someone who didn’t know Cocos Cyberpunk, it is an open source 3D TPS (Third-person Shooter) game, developed by the Cocos Engine team, which can be published to iOS, Android and Web. including animations,effects,models,shaders,ui,sounds and so on. So let’s kick off with the project’s structure and delve deeper into it.

Code 52
article thumbnail

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

Cocos

Preface In the last article , Kylin shared how to add your own post-effect Shader in the custom render pipeline in Cocos Creator 3.8. However, based on the BlitScreen solution, we can only write the simplest post-effect Shader. Today Kylin will use Gaussian blur to demonstrate how to write a multi-pass post-effect shader.

Shaders 98